diff options
| author | scarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-08-16 21:36:40 +0000 |
|---|---|---|
| committer | scarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-08-16 21:36:40 +0000 |
| commit | 83660ebd468754d59c75f6ce0f694d4f3ccce9c8 (patch) | |
| tree | 173df140702a6b3f0d7162c9aaaee9b30cba3064 /data/CMakeLists.txt | |
| parent | c68df329f2483d8fc9b75488c695787cd18c20a4 (diff) | |
- tuxanci pouzivaji automatickej path generator
- uz neni treba config.h (cool ne)
- celkem citelnej path.h (vic cool ne?)
git-svn-id: http://opensvn.csie.org/tuxanci_ng@202 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'data/CMakeLists.txt')
| -rw-r--r-- | data/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 3b103c9..03976e5 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -14,10 +14,11 @@ ADD_SUBDIRECTORY ( sound ) # CURRENT DIRECTORY FILES ############################################################################### IF ( NOT Server ) - INSTALL ( FILES tuxanci.desktop DESTINATION doc/${APPNAME}-${VERSION}/) + INSTALL ( FILES tuxanci.desktop + DESTINATION doc/${APPNAME}-${TUXANCI_VERSION}/) IF ( NOT Win ) INSTALL ( FILES tuxanci.ico - DESTINATION doc/${APPNAME}-${VERSION}/) + DESTINATION share/doc/${APPNAME}-${TUXANCI_VERSION}/ ) ENDIF ( NOT Win ) ENDIF ( NOT Server ) ###############################################################################
\ No newline at end of file |