]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
rename game_packs target to gamepacks 142/head
authorThomas Debesse <dev@illwieckz.net>
Tue, 23 Jul 2019 02:07:14 +0000 (04:07 +0200)
committerThomas Debesse <dev@illwieckz.net>
Tue, 23 Jul 2019 02:11:24 +0000 (04:11 +0200)
CMakeLists.txt
README.md

index 1a414aa15ca54d811fe04400a1c221d3914f1622..b93ced263b3aa4c3f84da00d1a81a96d56447097 100644 (file)
@@ -313,7 +313,7 @@ set(GAMEPACKS_LICENSE_LIST free CACHE STRING "Download game packs by license")
 set(GAMEPACKS_NAME_LIST none CACHE STRING "Download game packs by name")
 
 if (DOWNLOAD_GAMEPACKS)
 set(GAMEPACKS_NAME_LIST none CACHE STRING "Download game packs by name")
 
 if (DOWNLOAD_GAMEPACKS)
-    add_custom_target(game_packs ALL
+    add_custom_target(gamepacks ALL
        COMMAND "${PROJECT_SOURCE_DIR}/gamepack-manager" --license ${GAMEPACKS_LICENSE_LIST} --name ${GAMEPACKS_NAME_LIST} --download-dir "${GAMEPACKS_DOWNLOAD_DIR}" --install-dir "${PROJECT_BINARY_DIR}/gamepacks" --download --install
        COMMENT "Downloading game packs"
     )
        COMMAND "${PROJECT_SOURCE_DIR}/gamepack-manager" --license ${GAMEPACKS_LICENSE_LIST} --name ${GAMEPACKS_NAME_LIST} --download-dir "${GAMEPACKS_DOWNLOAD_DIR}" --install-dir "${PROJECT_BINARY_DIR}/gamepacks" --download --install
        COMMENT "Downloading game packs"
     )
index 67eecb833a286604cf645dc04368bf408940b2c9..d977c242183d706cf7e860523e277e16fd1bdf70 100644 (file)
--- a/README.md
+++ b/README.md
@@ -150,7 +150,7 @@ options:
 
 target:
 
 
 target:
 
-* `game_packs` Downloads the game pack data
+* `gamepacks` Downloads the game pack data
 
 Run `./gamepacks-manager -h` to know about available licenses and other available games. Both lists are merged, for example setting `GAMEPACKS_LICENSE_LIST=GPL` and `GAMEPACKS_NAME_LIST=Q3` will install both GPL gamepacks and proprietary Quake 3 one.
 
 
 Run `./gamepacks-manager -h` to know about available licenses and other available games. Both lists are merged, for example setting `GAMEPACKS_LICENSE_LIST=GPL` and `GAMEPACKS_NAME_LIST=Q3` will install both GPL gamepacks and proprietary Quake 3 one.