From: Norman Walsh Date: Mon, 22 Dec 2003 13:56:49 +0000 (+0000) Subject: Added doc-full target X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d50ef48ced63921573b83fecffefa030aef74b90;p=docbook-dsssl Added doc-full target --- diff --git a/slides/schema/dtd/Makefile b/slides/schema/dtd/Makefile index 9c6670cbc..32f79bf6a 100644 --- a/slides/schema/dtd/Makefile +++ b/slides/schema/dtd/Makefile @@ -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