Skip to content

Commit

Permalink
Add warning about missing sphinx-build
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Oct 21, 2015
1 parent ee45b17 commit b63aff6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ IF(SPHINXBUILD)
ADD_CUSTOM_TARGET(doc ALL DEPENDS doc_man doc_onehtml)
INSTALL(FILES ${CMAKE_BINARY_DIR}/doc/man/axe.1 DESTINATION "share/man/man1")
SET_DIRECTORY_PROPERTIES(PROPERTY ADDITIONAL_MAKE_CLEAN_FILES doc/)
ELSE()
MESSAGE(WARNING "Cannot build documenation, sphinx isn't installed")
ENDIF()

0 comments on commit b63aff6

Please sign in to comment.