fmt/doc/CMakeLists.txt

5 lines
159 B
CMake
Raw Normal View History

2012-12-18 14:49:18 +00:00
add_custom_command(OUTPUT html/index.html
COMMAND sphinx-build -b html . ../html
DEPENDS conf.py index.rst)
add_custom_target(doc DEPENDS html/index.html)