]> granicus.if.org Git - docbook-dsssl/commitdiff
Updated
authorNorman Walsh <ndw@nwalsh.com>
Sun, 24 Apr 2005 16:58:09 +0000 (16:58 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 24 Apr 2005 16:58:09 +0000 (16:58 +0000)
docbook/relaxng/docbook/.cvsignore
docbook/relaxng/docbook/Makefile

index 814e4efbb3d736440dc941d4563f81848656e9ad..505ab988767b1eb934e006721704a92cf2925a0f 100644 (file)
@@ -1,6 +1,7 @@
 RELEASES
-docbook-dtd.xml
-docbook-rng.xml
 docbook.dtd
 docbook.rnc
 docbook.rng
+dbforms.dtd
+dbforms.rnc
+dbforms.rng
index b5ae9cabbf9b98fbbf6e5d820d4d71684f341739..60869f1ee35275ff69dc88ce20c9f1b847341f7c 100644 (file)
@@ -6,7 +6,7 @@ VPATH=src
 RNCFILES=$(wildcard $(VPATH)/*.rnc)
 TOOLS=../tools
 
-all: docbook.rng docbook.dtd
+all: docbook.rng docbook.dtd dbforms.rng dbforms.dtd
 
 # ============================================================
 #
@@ -23,6 +23,7 @@ all: docbook.rng docbook.dtd
 #      If we could take "." out of VPATH, we wouldn't need to do this.
 
 docbook.rng: $(RNCFILES)
+dbforms.rng: $(RNCFILES)
 
 .rnc.rng:
        $(MAKE) -C build $@