Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Cleanup & adapt travis config
  • Loading branch information
Dimitri van Heesch committed May 31, 2015
1 parent 3922817 commit 5f67c67
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 124 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -5,7 +5,9 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq texlive texlive-extra-utils libxml2-utils perl
script:
- ./configure --with-doxywizard
- mkdir build
- cd build
- cmake -G "Unix Makefiles" -Dbuild_doc=ON -Dbuild_wizard=ON ..
- make
- make docs
- make test
- make tests
2 changes: 1 addition & 1 deletion BUILD.txt
Expand Up @@ -47,5 +47,5 @@ To see the current value is of the various options, you can run

cmake -L path/to/root/of/doxygen/source/tree

The build target for building the documentation is 'doc' and the build target for
The build target for building the documentation is 'docs' and the build target for
the regression tests is 'tests'
2 changes: 1 addition & 1 deletion doc/CMakeLists.txt
Expand Up @@ -10,7 +10,7 @@ file(COPY ${EXAMPLE_DIR} DESTINATION ${PROJECT_BINARY_DIR})

file(MAKE_DIRECTORY ${PROJECT_BINARY_DIR}/man)

add_custom_target(doc
add_custom_target(docs
COMMENT "Generating documentation in ${DOXYDOCS}"
COMMAND ${EXECUTABLE_OUTPUT_PATH}/doxygen
COMMAND ${CMAKE_COMMAND} -E remove_directory ../latex/refman.tex
Expand Down
39 changes: 0 additions & 39 deletions doc/Makefile.in

This file was deleted.

40 changes: 0 additions & 40 deletions doc/Makefile.win_make.in

This file was deleted.

41 changes: 0 additions & 41 deletions doc/Makefile.win_nmake.in

This file was deleted.

0 comments on commit 5f67c67

Please sign in to comment.