diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-10-10 22:14:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-10-10 22:15:57 +0300 |
commit | aa3f63fd497558a02feb3ddbc44f31eac091f39b (patch) | |
tree | 0e28b9b1f0501dd8be9e1a38db4ec1777fa3fbfa /data/help/tips/CMakeLists.txt | |
parent | 7c10a6b61e9d06a4ae9cc9f942dfacb6fcfd9d3d (diff) | |
download | manaverse-aa3f63fd497558a02feb3ddbc44f31eac091f39b.tar.gz manaverse-aa3f63fd497558a02feb3ddbc44f31eac091f39b.tar.bz2 manaverse-aa3f63fd497558a02feb3ddbc44f31eac091f39b.tar.xz manaverse-aa3f63fd497558a02feb3ddbc44f31eac091f39b.zip |
Remove most unused files.
Diffstat (limited to 'data/help/tips/CMakeLists.txt')
-rw-r--r-- | data/help/tips/CMakeLists.txt | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/data/help/tips/CMakeLists.txt b/data/help/tips/CMakeLists.txt deleted file mode 100644 index e779e8f5b..000000000 --- a/data/help/tips/CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -SET(FILES - 1.txt - 1-1.jpg - 1-2.jpg - 2.txt - 3.txt - 4.txt - 5.txt - 6.txt - 7.txt - 8.txt - 9.txt - 10.txt - 11.txt - 12.txt - 13.txt - 14.txt - 15.txt - 16.txt - 17.txt - 18.txt - ) - -INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help/tips) |