summaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/Makefile b/doc/Makefile
deleted file mode 100644
index 40932b19d..000000000
--- a/doc/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-SOURCES = *.xml
-
-all : manual.pdf manual.html
-
-%.fo: %.xml $(SOURCES)
- xsltproc --nonet --stringparam body.font.family Helvetica --stringparam fop.extensions 1 /usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl $< > $@
-
-%.html: %.xml $(SOURCES)
- xsltproc --nonet -o $@ /usr/share/xml/docbook/stylesheet/nwalsh/xhtml/docbook.xsl $<
-
-%.pdf: %.fo
- fop -fo $< -pdf $@
-