From edca0b698637c3fd0a70af7e4752a46afca938d3 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Mon, 23 Jan 2006 22:35:40 +0000 Subject: last step of repo switches git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1716 ce84e21b-d406-0410-9b95-82705330c041 --- doc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index dcbb6f8ea..3f3c06e5b 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,5 @@ SOURCES = *.xml manual.pdf: $(SOURCES) - docbook2pdf --dcl /usr/share/sgml/declaration/xml.dcl manual.xml \ No newline at end of file + xsltproc --stringparam body.font.family Helvetica --stringparam fop.extensions 1 /usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl manual.xml > manual.fo + fop -fo manual.fo -pdf manual.pdf -- cgit v1.2.3-1-g7c22