Skip to content

Commit

Permalink
Merge pull request #917 from andreasbuhr/fix_full_path_in_documentation
Browse files Browse the repository at this point in the history
adapt cmake file to new boostbook version
  • Loading branch information
hkaiser committed Oct 3, 2013
2 parents ebbe2b3 + be16b60 commit 4366a90
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cmake/HPX_Documentation.cmake
Expand Up @@ -380,8 +380,7 @@ else()
add_custom_command(OUTPUT ${name}.xml
COMMAND set XML_CATALOG_FILES=${${name}_CATALOG}
COMMAND ${XSLTPROC_PROGRAM} ${${name}_XSLTPROC_ARGS}
"--stringparam" "boost.doxygen.header.stripped_prefix" ${hpx_SOURCE_DIR}
# "--stringparam" "boost.doxygen.header.added_prefix" "file:///${CMAKE_INSTALL_PREFIX}/include/"
"--stringparam" "boost.doxygen.header.prefix" "hpx"
"--xinclude" "-o" ${name}.xml
"--path" ${CMAKE_CURRENT_BINARY_DIR}
${BOOSTBOOK_XSL_PATH}/doxygen/doxygen2boostbook.xsl
Expand All @@ -392,8 +391,7 @@ else()
add_custom_command(OUTPUT ${name}.xml
COMMAND "XML_CATALOG_FILES=${${name}_CATALOG}" ${XSLTPROC_PROGRAM}
${${name}_XSLTPROC_ARGS}
"--stringparam" "boost.doxygen.header.stripped_prefix" ${hpx_SOURCE_DIR}
# "--stringparam" "boost.doxygen.header.added_prefix" "file://${CMAKE_INSTALL_PREFIX}/include/"
"--stringparam" "boost.doxygen.header.prefix" "hpx"
"--xinclude" "-o" ${name}.xml
"--path" ${CMAKE_CURRENT_BINARY_DIR}
${BOOSTBOOK_XSL_PATH}/doxygen/doxygen2boostbook.xsl
Expand Down

0 comments on commit 4366a90

Please sign in to comment.