aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGravatar Fabio Bas2008-10-09 15:55:42 +0000
committerGravatar Fabio Bas2008-10-09 15:55:42 +0000
commite98029be69dfd568cb50fdb641ed57a0baf12cc8 (patch)
treef067fe73d14e3d7fe9bf61ccedc6ee8ffb668c70 /doc
parentreverted defines (diff)
downloadKVIrc-e98029be69dfd568cb50fdb641ed57a0baf12cc8.tar.gz
KVIrc-e98029be69dfd568cb50fdb641ed57a0baf12cc8.tar.bz2
KVIrc-e98029be69dfd568cb50fdb641ed57a0baf12cc8.zip
fixed some CMakeLists.txt's INSTALL commands for windows
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2679 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'doc')
-rw-r--r--doc/scriptexamples/CMakeLists.txt2
-rw-r--r--doc/scriptexamples/kvisounds/CMakeLists.txt2
-rw-r--r--doc/scriptexamples/kvisounds/waves/CMakeLists.txt2
-rw-r--r--doc/scriptexamples/mp3share/CMakeLists.txt2
-rw-r--r--doc/scriptexamples/playing/CMakeLists.txt2
-rw-r--r--doc/scriptexamples/tutorial/CMakeLists.txt2
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()