summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2016-01-23 13:20:53 +0100
committerYorhel <git@yorhel.nl>2016-01-23 13:21:45 +0100
commitace7c19c42167bf2c61242890c61082bd4e48991 (patch)
tree99d4809ff647231c92ffaed689cb053bcecc65fc /Makefile
parentc5879de315c4fdaf5be0ca85116acaaee5cc57f0 (diff)
L10N: Remove all remaining traces of the interface translation feature
...unless I missed something.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 620f5a33..84756cd9 100644
--- a/Makefile
+++ b/Makefile
@@ -26,9 +26,6 @@
# normal 'make' run. Should be used when the regen_static option is enabled
# and the http process is run from a different user.
#
-# chmod-tladmin
-# The TransAdmin plugin also needs write access to some files
-#
# multi-start, multi-stop, multi-restart:
# Start/stop/restart the Multi daemon. Provided for convenience, a proper initscript
# probably makes more sense.
@@ -44,7 +41,7 @@
# other environments. Patches to improve the portability are always welcome.
-.PHONY: all dirs js icons skins robots chmod chmod-tladmin multi-stop multi-start multi-restart sql-import\
+.PHONY: all dirs js icons skins robots chmod multi-stop multi-start multi-restart sql-import\
update-2.10 update-2.11 update-2.12 update-2.13 update-2.14 update-2.15 update-2.16 update-2.17\
update-2.18 update-2.19 update-2.20 update-2.21 update-2.22 update-2.23
@@ -90,9 +87,6 @@ chmod-autoupdate: chmod
chmod a+xrw static/f data/icons
chmod -f a-x+rw static/s/*/{style.css,boxbg.png} static/f/icons.png
-chmod-tladmin: chmod
- chmod a-x+rwX data/lang.txt data/docs data/docs/*\.*
-
# may wait indefinitely, ^C and kill -9 in that case
define multi-stop