summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--po/Makefile.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/po/Makefile.in b/po/Makefile.in
index c2f843935..b42d8fc6d 100644
--- a/po/Makefile.in
+++ b/po/Makefile.in
@@ -76,7 +76,7 @@ C_POTFILES = $(C_FILES) $(H_FILES)
.SUFFIXES:
.SUFFIXES: .po .mo
-.PHONY: all create-po update-po update-pot install mostlyclean clean distclean test mo-files debug strip-po merge-po $(po_files)
+.PHONY: all create-po update-po update-pot install mostlyclean clean distclean distdir test mo-files debug strip-po merge-po $(po_files)
all:
@@ -192,6 +192,11 @@ clean: mostlyclean
distclean: clean
rm -f Makefile
+distdir:
+ cp $(po_files) $(distdir)
+ cp $(DOMAIN).pot $(distdir)
+ cp LINGUAS Makefile.in README contributing_translators.txt $(distdir)
+
maintainer-clean: distclean
test: