From d50ef48ced63921573b83fecffefa030aef74b90 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Mon, 22 Dec 2003 13:56:49 +0000 Subject: [PATCH] Added doc-full target --- slides/schema/dtd/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -- 2.49.0