]> granicus.if.org Git - docbook-dsssl/commitdiff
Add titlepage templates
authorNorman Walsh <ndw@nwalsh.com>
Sun, 9 Sep 2001 16:25:30 +0000 (16:25 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 9 Sep 2001 16:25:30 +0000 (16:25 +0000)
xsl/doc/Makefile
xsl/doc/template/.cvsignore [new file with mode: 0644]
xsl/doc/template/Makefile [new file with mode: 0644]

index 071dea78ef8a65e954c0846ac03c22ecc5ff2047..0552837a4fbb71216e8105d87ec653c3fb7897f3 100644 (file)
@@ -9,7 +9,7 @@ RSTYLE=reference.xsl
 BSTYLE=book.xsl
 VPATH=../docsrc
 
-DIRS=common lib html fo tools
+DIRS=common lib html fo tools template
 
 all: copyright.html warranty.html reference.html index.html
        for i in $(DIRS) __bogus__; do \
diff --git a/xsl/doc/template/.cvsignore b/xsl/doc/template/.cvsignore
new file mode 100644 (file)
index 0000000..2d19fc7
--- /dev/null
@@ -0,0 +1 @@
+*.html
diff --git a/xsl/doc/template/Makefile b/xsl/doc/template/Makefile
new file mode 100644 (file)
index 0000000..a8cf46c
--- /dev/null
@@ -0,0 +1,15 @@
+include ../../../cvstools/Makefile.incl
+XSLT=saxon
+
+STYLE=../jrefhtml.xsl
+VPATH=../../docsrc/template
+
+HTMLFILES = titlepage.html
+
+all: $(HTMLFILES)
+
+%.html : %.xml $(STYLE)
+       $(XSLT) $< $(STYLE) $@
+
+clean:
+       rm -f $(HTMLFILES)