From 2fc5f12715c1ef0f87121eb3fc70ac4f3282a933 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Fri, 3 Aug 2001 21:56:22 +0000 Subject: Add big5 to LANGUAGES and also don't force marked.files and docstring.files to update every time. --- messages/Makefile.in | 6 +++--- 1 file 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/$@) -- cgit v1.3.1