summaryrefslogtreecommitdiff
path: root/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/po/Makefile b/po/Makefile
index 801a9e20..667f574d 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -19,8 +19,4 @@ merge-po: $(PO_FILES)
# dummy target
update-po: $(DOMAIN).pot merge-po $(patsubst %.po,%.mo,$(wildcard *.po))
- # update the po files
- #for f in $(PO_FILES); do \
- # intltool-update -r $${f%.po} -g $(DOMAIN); \
- #done