Skip to content
Snippets Groups Projects
Commit bef6f586 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix from debian for new texinfo

parent 9af9ffde
No related branches found
No related tags found
No related merge requests found
...@@ -1365,7 +1365,7 @@ endif(MAKEINFO) ...@@ -1365,7 +1365,7 @@ endif(MAKEINFO)
find_program(TEXI2PDF texi2pdf) find_program(TEXI2PDF texi2pdf)
if(TEXI2PDF) if(TEXI2PDF)
add_custom_command(OUTPUT ${TEX_DIR}/gmsh.pdf DEPENDS ${TEX_SRC} add_custom_command(OUTPUT ${TEX_DIR}/gmsh.pdf DEPENDS ${TEX_SRC}
COMMAND ${TEXI2PDF} ARGS ${TEX_DIR}/gmsh.texi COMMAND ${TEXI2PDF} ARGS gmsh.texi
WORKING_DIRECTORY ${TEX_DIR}) WORKING_DIRECTORY ${TEX_DIR})
add_custom_target(pdf DEPENDS ${TEX_DIR}/gmsh.pdf) add_custom_target(pdf DEPENDS ${TEX_DIR}/gmsh.pdf)
install(FILES ${TEX_DIR}/gmsh.pdf DESTINATION ${GMSH_DOC} OPTIONAL) install(FILES ${TEX_DIR}/gmsh.pdf DESTINATION ${GMSH_DOC} OPTIONAL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment