From: Bob Stayton Date: Tue, 31 Jan 2012 03:31:38 +0000 (+0000) Subject: Makefile to build xhtml-docbook.xsl with different xsl:output. X-Git-Tag: release/1.79.1~6^2~555 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b4df5078b8e2bbdca79781d1560a0b4351c102b1;p=docbook-dsssl Makefile to build xhtml-docbook.xsl with different xsl:output. --- diff --git a/xsl/xhtml5/Makefile b/xsl/xhtml5/Makefile new file mode 100644 index 000000000..e973fecbb --- /dev/null +++ b/xsl/xhtml5/Makefile @@ -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