Skip to content

Commit 45397e5

Browse files
committedAug 21, 2014
Add dependency from CMakeLists.txt since it is used to get version.
1 parent 034aedb commit 45397e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎doc/CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ add_custom_command(OUTPUT html/index.html
22
COMMAND doxygen
33
COMMAND rm -rf html
44
COMMAND sphinx-build -b html . html
5-
DEPENDS ../format.h Doxyfile conf.py index.rst _templates/layout.html)
5+
DEPENDS ../CMakeLists.txt ../format.h Doxyfile
6+
conf.py index.rst _templates/layout.html)
67
add_custom_target(doc DEPENDS html/index.html)

0 commit comments

Comments
 (0)