diff options
| author | bwarsaw | 2003-05-08 04:09:31 +0000 |
|---|---|---|
| committer | bwarsaw | 2003-05-08 04:09:31 +0000 |
| commit | ca6ba74c6cb9d059edd2cb859c3bbdf19c99d4d6 (patch) | |
| tree | 8f80f56ddcb0a037d82e92940a47959a6d488ba9 | |
| parent | b4b73b051c702e4148f968bee2340c5a3c9e7356 (diff) | |
| download | mailman-ca6ba74c6cb9d059edd2cb859c3bbdf19c99d4d6.tar.gz mailman-ca6ba74c6cb9d059edd2cb859c3bbdf19c99d4d6.tar.zst mailman-ca6ba74c6cb9d059edd2cb859c3bbdf19c99d4d6.zip | |
Forward port of fix to remove requirement of source installs from
running msgmerge. (Until a better idea comes along.)
| -rw-r--r-- | messages/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/messages/Makefile.in b/messages/Makefile.in index 1381a2a8d..e83426273 100644 --- a/messages/Makefile.in +++ b/messages/Makefile.in @@ -132,7 +132,7 @@ docstring.files: (cd ..; grep -d skip -l -i '^#! .*python.*' `find bin cron scripts -name ".#*" -prune -o -print` | grep -v pygettext >| messages/$@) (cd ..; ls Mailman/Commands/cmd_*.py >> messages/$@) -mailman.pot: marked.files docstring.files +potfile: marked.files docstring.files @echo "Running pygettext on $@; this make take a while." (cd ..; $(PROG) -p messages -d mailman -D -X messages/marked.files `cat messages/marked.files messages/docstring.files`) |
