summaryrefslogtreecommitdiff
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2008-12-07 13:35:10 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2008-12-07 13:35:10 +0000
commit609f51953354bb77cf8fdfdb9e5130d67e56f578 (patch)
tree102a1b8031b944c7711f69418442bc0f76d2c3f7 /documentation/Makefile
parenta96dec61e11eb995b17a099aa8bef385ad45e652 (diff)
Fixed documentation dependencies and changed Doxybook (for latex/pdf gen.)
to _not_ generate the html files. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6557 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 63f32d304..681698fa1 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -282,7 +282,7 @@ pdf-dist : latex/refman.pdf
pdf: latex/refman.pdf
-latex/refman.pdf: latex/refman.tex Doxyfile $(EPSFILES)
+latex/refman.pdf: latex/refman.tex Doxybook $(EPSFILES)
echo "Generating PDF documentation..."
$(DOXYDOC) Doxybook ;\
(cd latex ;\
@@ -299,7 +299,7 @@ latex/refman.pdf: latex/refman.tex Doxyfile $(EPSFILES)
done ; \
cd ..) > pdfall.log
-latex/refman.tex: html/index.html $(EPSFILES)
+latex/refman.tex: Doxybook $(EPSFILES)
#
# End of "$Id$".