diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/scriptexamples/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | doc/scriptexamples/kvisounds/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | doc/scriptexamples/kvisounds/waves/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | doc/scriptexamples/mp3share/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | doc/scriptexamples/playing/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | doc/scriptexamples/tutorial/CMakeLists.txt | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/doc/scriptexamples/CMakeLists.txt b/doc/scriptexamples/CMakeLists.txt index 18e4e1c8e..77897b167 100644 --- a/doc/scriptexamples/CMakeLists.txt +++ b/doc/scriptexamples/CMakeLists.txt @@ -27,5 +27,5 @@ IF(UNIX) INSTALL(FILES ${scriptexamples} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/kvirc/${VERSION_BRANCH}/doc/scriptexamples) ENDIF() ELSEIF(WIN32) - #INSTALL(FILES ${scriptexamples} DESTINATION ${CMAKE_INSTALL_PREFIX}/ ??? /${VERSION_BRANCH}/doc/scriptexamples) + INSTALL(FILES ${scriptexamples} DESTINATION ${CMAKE_INSTALL_PREFIX}/doc/scriptexamples) ENDIF() diff --git a/doc/scriptexamples/kvisounds/CMakeLists.txt b/doc/scriptexamples/kvisounds/CMakeLists.txt index de741de63..97d7d2870 100644 --- a/doc/scriptexamples/kvisounds/CMakeLists.txt +++ b/doc/scriptexamples/kvisounds/CMakeLists.txt @@ -12,5 +12,5 @@ IF(UNIX) INSTALL(FILES ${kvisounds} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/kvirc/${VERSION_BRANCH}/doc/scriptexamples/kvisounds) ENDIF() ELSEIF(WIN32) - #INSTALL(FILES ${kvisounds} DESTINATION ${CMAKE_INSTALL_PREFIX}/ ??? /${VERSION_BRANCH}/doc/scriptexamples/kvisounds) + INSTALL(FILES ${kvisounds} DESTINATION ${CMAKE_INSTALL_PREFIX}/doc/scriptexamples/kvisounds) ENDIF() diff --git a/doc/scriptexamples/kvisounds/waves/CMakeLists.txt b/doc/scriptexamples/kvisounds/waves/CMakeLists.txt index 4f07084bd..c55f1ee6f 100644 --- a/doc/scriptexamples/kvisounds/waves/CMakeLists.txt +++ b/doc/scriptexamples/kvisounds/waves/CMakeLists.txt @@ -22,5 +22,5 @@ IF(UNIX) INSTALL(FILES ${waves} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/kvirc/${VERSION_BRANCH}/doc/scriptexamples/kvisounds/waves) ENDIF() ELSEIF(WIN32) - #INSTALL(FILES ${waves} DESTINATION ${CMAKE_INSTALL_PREFIX}/ ??? /${VERSION_BRANCH}/doc/scriptexamples/kvisounds/waves) + INSTALL(FILES ${waves} DESTINATION ${CMAKE_INSTALL_PREFIX}/doc/scriptexamples/kvisounds/waves) ENDIF() diff --git a/doc/scriptexamples/mp3share/CMakeLists.txt b/doc/scriptexamples/mp3share/CMakeLists.txt index c4ad5bf3d..b38e3769c 100644 --- a/doc/scriptexamples/mp3share/CMakeLists.txt +++ b/doc/scriptexamples/mp3share/CMakeLists.txt @@ -14,5 +14,5 @@ IF(UNIX) INSTALL(FILES ${mp3share} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/kvirc/${VERSION_BRANCH}/doc/scriptexamples/mp3share) ENDIF() ELSEIF(WIN32) - #INSTALL(FILES ${mp3share} DESTINATION ${CMAKE_INSTALL_PREFIX}/ ??? /${VERSION_BRANCH}/doc/scriptexamples/mp3share) + INSTALL(FILES ${mp3share} DESTINATION ${CMAKE_INSTALL_PREFIX}/doc/scriptexamples/mp3share) ENDIF() diff --git a/doc/scriptexamples/playing/CMakeLists.txt b/doc/scriptexamples/playing/CMakeLists.txt index cb1a1ac86..30d7281d7 100644 --- a/doc/scriptexamples/playing/CMakeLists.txt +++ b/doc/scriptexamples/playing/CMakeLists.txt @@ -14,5 +14,5 @@ IF(UNIX) INSTALL(FILES ${playing} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/kvirc/${VERSION_BRANCH}/doc/scriptexamples/playing) ENDIF() ELSEIF(WIN32) - #INSTALL(FILES ${playing} DESTINATION ${CMAKE_INSTALL_PREFIX}/ ??? /${VERSION_BRANCH}/doc/scriptexamples/playing) + INSTALL(FILES ${playing} DESTINATION ${CMAKE_INSTALL_PREFIX}/doc/scriptexamples/playing) ENDIF() diff --git a/doc/scriptexamples/tutorial/CMakeLists.txt b/doc/scriptexamples/tutorial/CMakeLists.txt index 24d3df362..5236ebbc2 100644 --- a/doc/scriptexamples/tutorial/CMakeLists.txt +++ b/doc/scriptexamples/tutorial/CMakeLists.txt @@ -19,5 +19,5 @@ IF(UNIX) INSTALL(FILES ${tutorial} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/kvirc/${VERSION_BRANCH}/doc/scriptexamples/tutorial) ENDIF() ELSEIF(WIN32) - #INSTALL(FILES ${tutorial} DESTINATION ${CMAKE_INSTALL_PREFIX}/ ??? /${VERSION_BRANCH}/doc/scriptexamples/tutorial) + INSTALL(FILES ${tutorial} DESTINATION ${CMAKE_INSTALL_PREFIX}/doc/scriptexamples/tutorial) ENDIF() |
