mirror of https://github.com/fltk/fltk
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:
parent
a96dec61e1
commit
609f519533
|
@ -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$".
|
||||
|
|
Loading…
Reference in New Issue