gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
CMAKE config improvements - install docs in share/doc/ - look for newer versions of Ghostscript
0 3 0
default
3 files changed with 3 insertions and 3 deletions:
↑ Collapse diff ↑
Show white space 6 line context
... ...
@@ -78,7 +78,7 @@
78 78
  SET(CPACK_NSIS_URL_INFO_ABOUT "http:\\\\\\\\lemon.cs.elte.hu")
79 79
  SET(CPACK_NSIS_CONTACT "lemon-user@lemon.cs.elte.hu")
80 80
  SET(CPACK_NSIS_CREATE_ICONS_EXTRA "
81
    CreateShortCut \\\"$SMPROGRAMS\\\\$STARTMENU_FOLDER\\\\Documentation.lnk\\\" \\\"$INSTDIR\\\\doc\\\\index.html\\\"
81
    CreateShortCut \\\"$SMPROGRAMS\\\\$STARTMENU_FOLDER\\\\Documentation.lnk\\\" \\\"$INSTDIR\\\\share\\\\doc\\\\index.html\\\"
82 82
    ")
83 83
  SET(CPACK_NSIS_DELETE_ICONS_EXTRA "
84 84
    !insertmacro MUI_STARTMENU_GETFOLDER Application $MUI_TEMP
Show white space 6 line context
... ...
@@ -3,7 +3,7 @@
3 3
FIND_PROGRAM(GHOSTSCRIPT_EXECUTABLE
4 4
  NAMES gs gswin32c
5 5
  PATHS "$ENV{ProgramFiles}/gs"
6
  PATH_SUFFIXES gs8.61/bin gs8.62/bin
6
  PATH_SUFFIXES gs8.61/bin gs8.62/bin gs8.63/bin gs8.64/bin gs8.65/bin
7 7
  DOC "Ghostscript: PostScript and PDF language interpreter and previewer."
8 8
)
9 9

	
Show white space 6 line context
... ...
@@ -37,6 +37,6 @@
37 37
  ENDIF(UNIX)
38 38
  INSTALL(
39 39
    DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html/
40
    DESTINATION doc
40
    DESTINATION share/doc
41 41
    COMPONENT html_documentation)
42 42
ENDIF(DOXYGEN_EXECUTABLE AND GHOSTSCRIPT_EXECUTABLE)
0 comments (0 inline)