From: Stefan Seefeld Date: Sun, 21 Oct 2012 01:33:15 +0000 (+0000) Subject: A bit of cleanup... X-Git-Tag: release/1.79.1~6^2~320 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97bb5e4f991c75fb0e9153023d89e4e25778dc67;p=docbook-dsssl A bit of cleanup... --- diff --git a/releasetools/xslns.mk b/releasetools/xslns.mk index 4511656db..eb09f0743 100644 --- a/releasetools/xslns.mk +++ b/releasetools/xslns.mk @@ -26,6 +26,9 @@ zip-ns: zip docbook-$(DISTRO)-$(ZIPVER) \ docbook-$(DISTRO)-ns-$(ZIPVER)); +# Remove Slides from non-ns version + $(RM) -r docbook-$(DISTRO)-$(ZIPVER)/slides/ + # Run xslt on xsl/webhelp/docsrc/readme.xml $(XSLT) \ $(TMP)/docbook-$(DISTRO)-$(ZIPVER)/webhelp/docsrc/readme.xml \ diff --git a/xsl/README b/xsl/README index 92ccebc27..afd89111e 100644 --- a/xsl/README +++ b/xsl/README @@ -77,10 +77,8 @@ schema/DTD, use one of the following stylesheets: To transform documents created with the DocBook Slides schema/DTD, use one of the following stylesheets: - slides/html/*.xsl - for HTML slides of various kinds slides/xhtml/*.xsl - for XHTML slides of various kinds slides/fo/plain.xsl - for XSL-FO slides - slides/htmlhelp/... - for HTML Help slides To transform documents created with the DocBook Website schema/DTD, use one of the following stylesheets: diff --git a/xsl/slides/Makefile b/xsl/slides/Makefile index 7c60a3849..5e3cb89fc 100644 --- a/xsl/slides/Makefile +++ b/xsl/slides/Makefile @@ -1,4 +1,4 @@ -include $(DOCBOOK_SVN)/buildtools/Makefile.incl +include ../../buildtools/Makefile.incl DIRS = fo xhtml