Skip to content

Commit

Permalink
Add dependency from CMakeLists.txt since it is used to get version.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Aug 21, 2014
1 parent 034aedb commit 45397e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ add_custom_command(OUTPUT html/index.html
COMMAND doxygen
COMMAND rm -rf html
COMMAND sphinx-build -b html . html
DEPENDS ../format.h Doxyfile conf.py index.rst _templates/layout.html)
DEPENDS ../CMakeLists.txt ../format.h Doxyfile
conf.py index.rst _templates/layout.html)
add_custom_target(doc DEPENDS html/index.html)

0 comments on commit 45397e5

Please sign in to comment.