# HG changeset patch # User Alpar Juttner # Date 2009-02-22 10:52:44 # Node ID 8668e1b5dafb3e2037acee487779130796214ca9 # Parent 2b6d5d22bb23c5f0a014e064a9a236bfc452c645 # Parent 97070bd10b98d12ba3ceb35dcfd042015f8c4639 Merge diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -96,7 +96,7 @@ SET(CPACK_NSIS_URL_INFO_ABOUT "http:\\\\\\\\lemon.cs.elte.hu") SET(CPACK_NSIS_CONTACT "lemon-user@lemon.cs.elte.hu") SET(CPACK_NSIS_CREATE_ICONS_EXTRA " - CreateShortCut \\\"$SMPROGRAMS\\\\$STARTMENU_FOLDER\\\\Documentation.lnk\\\" \\\"$INSTDIR\\\\doc\\\\index.html\\\" + CreateShortCut \\\"$SMPROGRAMS\\\\$STARTMENU_FOLDER\\\\Documentation.lnk\\\" \\\"$INSTDIR\\\\share\\\\doc\\\\index.html\\\" ") SET(CPACK_NSIS_DELETE_ICONS_EXTRA " !insertmacro MUI_STARTMENU_GETFOLDER Application $MUI_TEMP diff --git a/cmake/FindGhostscript.cmake b/cmake/FindGhostscript.cmake --- a/cmake/FindGhostscript.cmake +++ b/cmake/FindGhostscript.cmake @@ -3,7 +3,7 @@ FIND_PROGRAM(GHOSTSCRIPT_EXECUTABLE NAMES gs gswin32c PATHS "$ENV{ProgramFiles}/gs" - PATH_SUFFIXES gs8.61/bin gs8.62/bin + PATH_SUFFIXES gs8.61/bin gs8.62/bin gs8.63/bin gs8.64/bin gs8.65/bin DOC "Ghostscript: PostScript and PDF language interpreter and previewer." ) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -38,6 +38,6 @@ ENDIF(UNIX) INSTALL( DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html/ - DESTINATION doc + DESTINATION share/doc COMPONENT html_documentation) ENDIF(DOXYGEN_EXECUTABLE AND GHOSTSCRIPT_EXECUTABLE)