From 609f51953354bb77cf8fdfdb9e5130d67e56f578 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 7 Dec 2008 13:35:10 +0000 Subject: 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 --- documentation/Doxybook | 2 +- documentation/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation') diff --git a/documentation/Doxybook b/documentation/Doxybook index c9dc2b9ba..d13f34fba 100755 --- a/documentation/Doxybook +++ b/documentation/Doxybook @@ -768,7 +768,7 @@ IGNORE_PREFIX = fl_ \ # If the GENERATE_HTML tag is set to YES (the default) Doxygen will # generate HTML output. -GENERATE_HTML = YES +GENERATE_HTML = NO # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be 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$". -- cgit v1.2.3