Fix installation location of gtk-doc help.

This commit is contained in:
Přemysl Eric Janouch 2011-01-23 15:37:37 +01:00
parent 18b732653e
commit 1235d571ae
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ else (WIN32)
install (FILES share/logdiag.desktop DESTINATION share/applications)
install (DIRECTORY share/icons DESTINATION share)
install (DIRECTORY "${project_DOC_DIR}/html/"
DESTINATION share/gtk-doc/${CMAKE_PROJECT_NAME})
DESTINATION share/gtk-doc/html/${CMAKE_PROJECT_NAME})
install (FILES LICENSE DESTINATION share/doc/${CMAKE_PROJECT_NAME})
endif (WIN32)