From 85a9971e96ea8b68b365091ae409c4000b7d9e93 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 12 Jun 2008 13:10:11 +0000 Subject: * Manual outline. svn path=/nixpkgs/trunk/; revision=12057 --- doc/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index c21825e0dc1dc..d81fd55c2c8bf 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -16,7 +16,7 @@ NEWS_OPTS = \ --stringparam section.autolabel.max.depth 0 \ --stringparam header.rule 0 -all: NEWS.html NEWS.txt +all: NEWS.html NEWS.txt manual.html NEWS.html: release-notes.xml $(XSLTPROC) --nonet --xinclude --output $@ $(NEWS_OPTS) \ @@ -28,3 +28,10 @@ NEWS.txt: release-notes.xml $(docbookxsl)/html/docbook.xsl - LANG=en_US w3m -dump $@.tmp.html > $@ rm $@.tmp.html + +manual.html: *.xml + $(XSLTPROC) --nonet --xinclude --output manual.html \ + $(docbookxsl)/html/docbook.xsl manual.xml + +manual.pdf: *.xml + dblatex manual.xml -- cgit 1.4.1