diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-02 02:15:05 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-02 02:15:05 +0200 |
commit | 23ad231bf566ba9cb877d409de80b8259cdd9bb5 (patch) | |
tree | 79c75090ddf93bf16cb19c19008b2e0928300bb4 /doc/html_custom.xsl | |
parent | cd9c08173c375db1fd0dc7ad466946eba12ff165 (diff) | |
download | experiment-player-23ad231bf566ba9cb877d409de80b8259cdd9bb5.tar.gz |
added skeleton docbook and site-configuration support
* docbook is built by default and also included in distro
* doxygen is not built by default (developer docs)
Diffstat (limited to 'doc/html_custom.xsl')
-rw-r--r-- | doc/html_custom.xsl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/html_custom.xsl b/doc/html_custom.xsl new file mode 100644 index 0000000..af94064 --- /dev/null +++ b/doc/html_custom.xsl @@ -0,0 +1,6 @@ +<?xml version='1.0'?> + +<stylesheet xmlns="http://www.w3.org/1999/XSL/Transform" version="1.0"> + <import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/> + <import href="html_titlepage.xsl"/> +</stylesheet> |