Skip to content

Commit

Permalink
Cmake tries to remove directory refman.tex instead of file refman.tex
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-github committed Aug 30, 2015
1 parent cd1b77f commit 63094c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/CMakeLists.txt
Expand Up @@ -142,7 +142,7 @@ add_custom_target(run_doxygen

add_custom_target(doxygen_pdf
COMMENT "Generating Doxygen Manual PDF."
COMMAND ${CMAKE_COMMAND} -E remove_directory refman.tex
COMMAND ${CMAKE_COMMAND} -E remove refman.tex
COMMAND ${CMAKE_COMMAND} -E copy ${PROJECT_BINARY_DIR}/doc/doxygen_manual.tex .
COMMAND ${CMAKE_COMMAND} -E copy ${PROJECT_BINARY_DIR}/doc/manual.sty .
COMMAND ${EPSTOPDF} ${CMAKE_SOURCE_DIR}/doc/doxygen_logo.eps --outfile=doxygen_logo.pdf
Expand Down

0 comments on commit 63094c8

Please sign in to comment.