]> granicus.if.org Git - docbook-dsssl/commitdiff
Makefile and cvsignore
authorNorman Walsh <ndw@nwalsh.com>
Sun, 13 Oct 2002 15:07:26 +0000 (15:07 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 13 Oct 2002 15:07:26 +0000 (15:07 +0000)
slides/xsl/fo/.cvsignore [new file with mode: 0644]
slides/xsl/fo/Makefile [new file with mode: 0644]

diff --git a/slides/xsl/fo/.cvsignore b/slides/xsl/fo/.cvsignore
new file mode 100644 (file)
index 0000000..93ed6ea
--- /dev/null
@@ -0,0 +1 @@
+plain-titlepage.xsl
diff --git a/slides/xsl/fo/Makefile b/slides/xsl/fo/Makefile
new file mode 100644 (file)
index 0000000..3c5453e
--- /dev/null
@@ -0,0 +1,13 @@
+include ../../../cvstools/Makefile.incl
+TTLTEMPLATEXSL=/sourceforge/docbook/xsl/template/titlepage.xsl
+
+PARAMPROF=.param.profiled
+PARAMSTRIP=.param.stripped
+
+all: plain-titlepage.xsl
+
+%.xsl: %.xml
+       $(XSLT) $< $(TTLTEMPLATEXSL) $@
+
+clean:
+       rm -f plain-titlepage.xsl