]> granicus.if.org Git - docbook-dsssl/commitdiff
Makefile to build xhtml-docbook.xsl with different xsl:output.
authorBob Stayton <bobs@sagehill.net>
Tue, 31 Jan 2012 03:31:38 +0000 (03:31 +0000)
committerBob Stayton <bobs@sagehill.net>
Tue, 31 Jan 2012 03:31:38 +0000 (03:31 +0000)
xsl/xhtml5/Makefile [new file with mode: 0644]

diff --git a/xsl/xhtml5/Makefile b/xsl/xhtml5/Makefile
new file mode 100644 (file)
index 0000000..e973fec
--- /dev/null
@@ -0,0 +1,11 @@
+include $(DOCBOOK_SVN)/buildtools/Makefile.incl
+
+TARGETNS=http://www.w3.org/1999/xhtml
+
+all: xhtml-docbook.xsl 
+
+xhtml-docbook.xsl: ../xhtml/docbook.xsl
+       $(XSLT) $< xhtml2xhtml5.xsl $@
+
+clean: 
+       $(RM) xhtml-docbook.xsl