From e7ffc106ee3a65530abe4a92b5997233edefd7f5 Mon Sep 17 00:00:00 2001 From: rivers Date: Sat, 22 Aug 2009 03:45:11 +0000 Subject: [PATCH] Added PDF build, but don't do all HTML files yet git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@9350 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/documentation/Makefile b/documentation/Makefile index a39dfe1..bb0d680 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -1,4 +1,9 @@ -all: doxygen iocBootDocs install +HTMLFLAGS = --book --duplex --no-numbered --format pdf14 --title --size letter + +%.pdf: %.html + -htmldoc $(HTMLFLAGS) --outfile $@ $< + +all: areaDetectorDoc.pdf doxygen iocBootDocs install doxygen: doxygen