Skip to content

Commit

Permalink
Disable creating docs on Travis CI as the tabu package is missing on …
Browse files Browse the repository at this point in the history
…Ubuntu 12.04
  • Loading branch information
Dimitri van Heesch committed Jul 14, 2015
1 parent f089c3f commit 1989a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -11,5 +11,4 @@ script:
- cd build
- ../cmake-3.1.0-Linux-x86_64/bin/cmake -G "Unix Makefiles" -Dbuild_doc=ON -Dbuild_wizard=ON ..
- make
- make docs
- make tests
3 changes: 2 additions & 1 deletion doc/CMakeLists.txt
Expand Up @@ -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"
Expand Down

0 comments on commit 1989a49

Please sign in to comment.