summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2001-08-03 21:56:22 +0000
committerbwarsaw2001-08-03 21:56:22 +0000
commit2fc5f12715c1ef0f87121eb3fc70ac4f3282a933 (patch)
treee17c03449e59ad123b17a0ecc3e52c6af96af91e
parentc3588d13a526a0c42ad32806cab5aa5fa5106dfe (diff)
downloadmailman-2fc5f12715c1ef0f87121eb3fc70ac4f3282a933.tar.gz
mailman-2fc5f12715c1ef0f87121eb3fc70ac4f3282a933.tar.zst
mailman-2fc5f12715c1ef0f87121eb3fc70ac4f3282a933.zip
Add big5 to LANGUAGES and also don't force marked.files and
docstring.files to update every time.
-rw-r--r--messages/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/messages/Makefile.in b/messages/Makefile.in
index 9c1c3e4ab..f68fd467f 100644
--- a/messages/Makefile.in
+++ b/messages/Makefile.in
@@ -47,7 +47,7 @@ MSGFMT= msgfmt
MSGMERGE= msgmerge
# CVS available languages
-LANGUAGES= es ja fr no
+LANGUAGES= big5 es fr ja no
LANGDIRS= $(LANGUAGES:%=messages/%/LC_MESSAGES)
# Human readable po file
POFILES= $(LANGUAGES:%=%/LC_MESSAGES/mailman.po)
@@ -111,11 +111,11 @@ distclean:
-rm -f Makefile */LC_MESSAGES/mailman.mo */LC_MESSAGES/mailman.po.old $(POTFILE)
-marked.files: FORCE
+marked.files:
@echo "Calculating marked input files for pygettext"
(cd ..; find Mailman -path '*pythonlib' -prune -o -name '*.py' -print >| messages/$@)
-docstring.files: FORCE
+docstring.files:
@echo "Calculating script input files for pygettext"
(cd ..; grep -d skip -l '^#! /usr/bin/env python' `find bin cron scripts -name ".#*" -prune -o -print` >| messages/$@)