mirror of
https://github.com/fltk/fltk.git
synced 2026-05-21 22:51:41 +08:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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$".
|
||||
|
||||
Reference in New Issue
Block a user