Skip to content

Commit

Permalink
cookbook target now part of 'doc' rather than 'all'
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf authored and vigsterkr committed Mar 10, 2016
1 parent 88e8349 commit cbcf913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cookbook/CMakeLists.txt
Expand Up @@ -45,7 +45,7 @@ add_custom_target(cookbook_sphinx_linkcheck
DEPENDS cookbook_sphinx_extensions cookbook_sphinx_templates
cookbook_sphinx_static meta_examples)

add_custom_target(cookbook ALL
add_custom_target(cookbook doc
${SPHINX_EXECUTABLE}
-q -b html
-c "${BINARY_BUILD_DIR}"
Expand Down

0 comments on commit cbcf913

Please sign in to comment.