Skip to content

Commit

Permalink
Change to non-draft HPX logo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Feb 1, 2018
1 parent 98ae1f9 commit d8a4bd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/CMakeLists.txt
Expand Up @@ -258,7 +258,7 @@ if(BOOSTAUTOINDEX_FOUND)
endif()

set(image
images/hpx_${HPX_MAJOR_VERSION}_${HPX_MINOR_VERSION}_${HPX_PATCH_LEVEL}_draft.png)
images/hpx_${HPX_MAJOR_VERSION}_${HPX_MINOR_VERSION}_${HPX_PATCH_LEVEL}.png)

set(HPX_CMAKE_OPTIONS "")
foreach(_cat ${HPX_OPTION_CATEGORIES})
Expand Down Expand Up @@ -357,8 +357,8 @@ hpx_quickbook_to_html(hpx
toc.max.depth=4
generate.section.toc.level=4
boost.image.src=${image}
boost.image.w=531
boost.image.h=105
boost.image.w=536
boost.image.h=100
boost.image.alt="HPX"
${auto_index_xsl_param}
QUICKBOOK_ARGS ${quickbook_fixme_mode} ${auto_index_mode}
Expand Down

0 comments on commit d8a4bd4

Please sign in to comment.