diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2006-09-05 01:00:09 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2006-09-05 01:00:09 +0000 |
commit | 1162b027d262192aafcbc3ae596a916490ee1a78 (patch) | |
tree | 6a26a523dfaca7abecc37e4713fda714ac2f7b84 /doc/Makefile | |
parent | cbbe65c4460403aa98265db3b4a99e5c75883466 (diff) | |
download | bcfg2-1162b027d262192aafcbc3ae596a916490ee1a78.tar.gz bcfg2-1162b027d262192aafcbc3ae596a916490ee1a78.tar.bz2 bcfg2-1162b027d262192aafcbc3ae596a916490ee1a78.zip |
Add all target to doc Makefile
Change the build system to build html docs as well
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2198 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile index b83135183..233c2bda7 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,5 +1,7 @@ SOURCES = *.xml +all : manual.pdf manual.html + %.fo: %.xml $(SOURCES) xsltproc --stringparam body.font.family Helvetica --stringparam fop.extensions 1 /usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl $< > $@ |