Fix building without python-docutils installed
This commit is contained in:
parent
67b79f5851
commit
12d0276da7
@ -1,3 +1,6 @@
|
|||||||
|
[]
|
||||||
|
Bugfixes:
|
||||||
|
- Fixed compilation failure when docutils is not installed
|
||||||
[31 May 2016]
|
[31 May 2016]
|
||||||
Features:
|
Features:
|
||||||
- Support for postgresql backend added
|
- Support for postgresql backend added
|
||||||
|
@ -70,5 +70,7 @@ if(USE_RST2HTML)
|
|||||||
elseif(NOT USE_RST2HTML AND DOCUTILS_FOUND)
|
elseif(NOT USE_RST2HTML AND DOCUTILS_FOUND)
|
||||||
add_custom_target(htmldoc DEPENDS ${DOC_HTML_FILES})
|
add_custom_target(htmldoc DEPENDS ${DOC_HTML_FILES})
|
||||||
endif(USE_RST2HTML)
|
endif(USE_RST2HTML)
|
||||||
RST2HTML(${DOC_RST_FILES})
|
if(USE_RST2HTML OR DOCUTILS_FOUND)
|
||||||
|
RST2HTML(${DOC_RST_FILES})
|
||||||
|
endif(USE_RST2HTML OR DOCUTILS_FOUND)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user