]> granicus.if.org Git - docbook-dsssl/commitdiff
Moved
authorNorman Walsh <ndw@nwalsh.com>
Sun, 30 Sep 2001 13:29:01 +0000 (13:29 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 30 Sep 2001 13:29:01 +0000 (13:29 +0000)
litprog/dtd/ldocbook.dtd [moved from litprog/litprog.dtd with 80% similarity]
litprog/html/.cvsignore [new file with mode: 0644]
litprog/html/Makefile [new file with mode: 0644]
litprog/html/ldocbook.xweb [moved from litprog/litprog.xweb with 100% similarity]

similarity index 80%
rename from litprog/litprog.dtd
rename to litprog/dtd/ldocbook.dtd
index a928b361bd683406d630b1029dea997e2dc89fa0..9603d3d6b0aae1f3e0c3bac1284ed5ed33d09ddb 100644 (file)
        xmlns:xsl       CDATA   #IMPLIED
 ">
 
+<!ENTITY % local.book.attrib "
+       xmlns:src       CDATA   #IMPLIED
+       xmlns:xsl       CDATA   #IMPLIED
+">
+
+<!ENTITY % local.reference.attrib "
+       xmlns:src       CDATA   #IMPLIED
+       xmlns:xsl       CDATA   #IMPLIED
+">
 
 %docbook;
 
diff --git a/litprog/html/.cvsignore b/litprog/html/.cvsignore
new file mode 100644 (file)
index 0000000..7f337f3
--- /dev/null
@@ -0,0 +1,3 @@
+ldocbook.html
+ldocbook.xml
+ldocbook.xsl
diff --git a/litprog/html/Makefile b/litprog/html/Makefile
new file mode 100644 (file)
index 0000000..88c8614
--- /dev/null
@@ -0,0 +1,15 @@
+include ../../cvstools/Makefile.incl
+
+all: ldocbook.html
+
+ldocbook.html: ldocbook.xml ldocbook.xsl
+       $(XSLT) $< ldocbook.xsl $@
+
+ldocbook.xml: ldocbook.xweb ../wdocbook.xsl
+       $(XSLT) $< ../wdocbook.xsl $@
+
+ldocbook.xsl: ldocbook.xweb ../tangle.xsl
+       $(XSLT) $< ../tangle.xsl $@
+
+clean:
+       rm -f ldocbook.html ldocbook.xml ldocbook.xsl