Script zum Bauen der Dokumentation sowie Dobudish-Custom-CFGs
[kivitendo-erp.git] / doc / build / custom-cfg / epub.xsl
diff --git a/doc/build/custom-cfg/epub.xsl b/doc/build/custom-cfg/epub.xsl
new file mode 100644 (file)
index 0000000..508d783
--- /dev/null
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+\r
+<!-- This file is part of DobuDish                                           -->\r
+\r
+<!-- DobuDish is free software; you can redistribute it and/or modify        -->\r
+<!-- it under the terms of the GNU General Public License as published by    -->\r
+<!-- the Free Software Foundation; either version 2 of the License, or       -->\r
+<!-- (at your option) any later version.                                     -->\r
+\r
+<!-- DobuDish is distributed in the hope that it will be useful,             -->\r
+<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of          -->\r
+<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the           -->\r
+<!-- GNU General Public License for more details.                            -->\r
+\r
+<!-- You should have received a copy of the GNU General Public License       -->\r
+<!-- along with DobuDish; if not, write to the Free Software                 -->\r
+<!-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -->\r
+\r
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"\r
+                xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"\r
+                xmlns:exsl="http://exslt.org/common"\r
+                xmlns:set="http://exslt.org/sets"\r
+               version="1.0"\r
+                exclude-result-prefixes="doc exsl set">\r
+\r
+  <xsl:import href="../../../system/custom-xsl/epub-book.xsl"/>\r
+  <xsl:import href="common.xsl"/>\r
+\r
+</xsl:stylesheet>
\ No newline at end of file