summaryrefslogtreecommitdiff
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
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
-rwxr-xr-xdocumentation/Doxybook2
-rw-r--r--documentation/Makefile4
2 files changed, 3 insertions, 3 deletions
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$".