summaryrefslogtreecommitdiffstats
path: root/doc/CMakeLists.txt
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-07-14 22:10:10 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-07-14 22:10:10 (GMT)
commit1989a4918340bcdb5c5447afba1468e7eecc7705 (patch)
tree5fdd5049a176b6d850d9382a1e19893b3d53f071 /doc/CMakeLists.txt
parentf089c3fa4f47dc8bedd25d9d857d004525ee82c0 (diff)
downloadDoxygen-1989a4918340bcdb5c5447afba1468e7eecc7705.zip
Doxygen-1989a4918340bcdb5c5447afba1468e7eecc7705.tar.gz
Doxygen-1989a4918340bcdb5c5447afba1468e7eecc7705.tar.bz2
Disable creating docs on Travis CI as the tabu package is missing on Ubuntu 12.04
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r--doc/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 4c753a3..3a5d682 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -32,7 +32,8 @@ add_custom_target(docs
COMMAND ${SED} -e "s/\$VERSION/${VERSION}/g" doxygen_manual.tex > ../latex/doxygen_manual.tex
COMMAND ${SED} -e "s/\$VERSION/${VERSION}/g" manual.sty > ../latex/manual.sty
COMMAND ${EPSTOPDF} doxygen_logo.eps --outfile=../latex/doxygen_logo.pdf
- COMMAND ${MAKE} -C ../latex > latex_out.txt
+ COMMAND ${MAKE} -C ../latex
+#> latex_out.txt
DEPENDS doxygen copy_docs ${PROJECT_BINARY_DIR}/doc/language.doc config.doc examples
"${PROJECT_BINARY_DIR}/man/doxygen.1"
"${PROJECT_BINARY_DIR}/man/doxywizard.1"