Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-11-05 18:26:18 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-11-05 18:26:18 +0400
commit2a7ade9de24860bbd13e4be8480e9285d1f3fe4c (patch)
treed4def875a4c5261cf4a05065c1235730a0eab886 /GNUmakefile
parent885d1e6ed37ff725d920cf7c7b05c4e0fede2102 (diff)
remove po/ since the workflow for translations uses branches which isnt that useful to have within blenders source dir.
For now treat translations as binary files - just access from 'release/datafiles/locale'
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 30759f909fc..640e90de74b 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -135,9 +135,6 @@ help:
@echo " * package_pacman - build an arch linux pacmanpackage"
@echo " * package_archive - build an archive package"
@echo ""
- @echo "Other Targets (not assosiated with building blender)"
- @echo " * translations - update blenders translation files in po/"
- @echo ""
@echo "Testing Targets (not assosiated with building blender)"
@echo " * test - run ctest, currently tests import/export, operator execution and that python modules load"
@echo " * test_cmake - runs our own cmake file checker which detects errors in the cmake file list definitions"
@@ -171,16 +168,6 @@ package_archive:
# -----------------------------------------------------------------------------
-# Other Targets
-#
-translations:
- $(BUILD_DIR)/bin/blender --background -noaudio --factory-startup --python po/tools/update_msg.py
- python3 po/tools/update_pot.py
- python3 po/tools/update_po.py
- python3 po/tools/update_mo.py
-
-
-# -----------------------------------------------------------------------------
# Tests
#
test: