From: Gábor Kövesdán Date: Mon, 10 Dec 2012 18:16:16 +0000 (+0000) Subject: - Titlepage markup belongs to the XHTML namespace X-Git-Tag: release/1.79.1~6^2~271 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf7ded44fb7db1138483667da326d3e8c3e496ef;p=docbook-dsssl - Titlepage markup belongs to the XHTML namespace --- diff --git a/xsl/slides/xhtml/Makefile b/xsl/slides/xhtml/Makefile index 5b8d54dee..5b22d8ea6 100644 --- a/xsl/slides/xhtml/Makefile +++ b/xsl/slides/xhtml/Makefile @@ -7,11 +7,12 @@ PROFILECONDITION=slides-xhtml TTLTEMPLATEXSL=../../template/titlepage.xsl CLEANTARGETS=titlepage-clean NESTLEVEL=../ +TARGETNS=http://www.w3.org/1999/xhtml include ../../Makefile.incl %.xsl: %.xml - $(XSLT) $< $(TTLTEMPLATEXSL) $@ + $(XSLT) $< $(TTLTEMPLATEXSL) $@ ns=$(TARGETNS) titlepage-clean: $(RM) plain-titlepage.xsl