]> granicus.if.org Git - docbook-dsssl/commitdiff
Added doc-full target
authorNorman Walsh <ndw@nwalsh.com>
Mon, 22 Dec 2003 13:56:49 +0000 (13:56 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Mon, 22 Dec 2003 13:56:49 +0000 (13:56 +0000)
slides/schema/dtd/Makefile

index 9c6670cbc4bde3154e213e340e64e95a427d9d7e..32f79bf6a6fecc9a443ee4bb28b1d273a9c3e799 100644 (file)
@@ -20,6 +20,20 @@ else
        dtdformat --html --noentities --nonotations slides.xml
 endif
 
+doc-full: slides-full.dtd
+ifeq ($(VERSION),)
+       @echo You must specify the VERSION
+else
+       dtdparse --title "Slides Full XML V$(VERSION) DTD" \
+                 --output slides-full.xml \
+                 --decl /usr/lib/sgml/declaration/xml.dcl \
+                 --public "-//Norman Walsh//DTD Slides Full XML V$(VERSION)//EN" \
+                 --system "http://docbook.sourceforge.net/release/slides/$(VERSION)/schema/dtd/slides-full.dtd" \
+                 --catalog /sourceforge/docbook/catalog \
+                 --nounexpanded slides-full.dtd
+       dtdformat --html --noentities --nonotations slides-full.xml
+endif
+
 clean:
        rm -rf slides slides.xml