Disable generation of LaTeX/PDF documentation

Class listings are impractical in PDF format. Instead, the tutorial
alone could perhaps be published in PDF.
This commit is contained in:
Roland Kaufmann 2013-01-22 12:27:39 +01:00
parent 2c31bee5dd
commit eaac6631e2
2 changed files with 2 additions and 2 deletions

View File

@ -259,7 +259,7 @@ if (DOXYGEN_FOUND)
COMMENT "Generating API documentation with Doxygen" COMMENT "Generating API documentation with Doxygen"
VERBATIM VERBATIM
) )
set (_formats html pdf) set (_formats html)
foreach (format IN LISTS _formats) foreach (format IN LISTS _formats)
string (TOUPPER ${format} FORMAT) string (TOUPPER ${format} FORMAT)
install ( install (

View File

@ -1160,7 +1160,7 @@ SERVER_BASED_SEARCH = NO
# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
# generate Latex output. # generate Latex output.
GENERATE_LATEX = YES GENERATE_LATEX = NO
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
# If a relative path is entered the value of OUTPUT_DIRECTORY will be # If a relative path is entered the value of OUTPUT_DIRECTORY will be