cmake: fix Documentation build and install

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-03-30 14:43:15 -07:00
parent ec0de54450
commit eecf40c121

View file

@ -323,16 +323,19 @@ test(TestProfile testprofile.cpp)
test(TestGpsCoords testgpscoords.cpp) test(TestGpsCoords testgpscoords.cpp)
test(TestParse testparse.cpp) test(TestParse testparse.cpp)
ADD_CUSTOM_TARGET(documentation ALL mkdir -p ${CMAKE_BINARY_DIR}/Documentation/ \\; make -C ${CMAKE_SOURCE_DIR}/Documentation OUT=${CMAKE_BINARY_DIR}/Documentation/ doc)
# install Subsurface # install Subsurface
# first some variables with files that need installing # first some variables with files that need installing
set(DOCFILES set(DOCFILES
README README
ReleaseNotes/ReleaseNotes.txt ReleaseNotes/ReleaseNotes.txt
SupportedDivecomputers.txt Documentation/user-manual.html SupportedDivecomputers.txt
Documentation/user-manual_es.html ${CMAKE_BINARY_DIR}/Documentation/user-manual.html
Documentation/user-manual_fr.html ${CMAKE_BINARY_DIR}/Documentation/user-manual_es.html
Documentation/user-manual_ru.html ${CMAKE_BINARY_DIR}/Documentation/user-manual_fr.html
${CMAKE_BINARY_DIR}/Documentation/user-manual_ru.html
) )
set(TRANSLATION_SRC set(TRANSLATION_SRC