diff options
author | bwarsaw <> | 2003-04-27 04:24:05 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-04-27 04:24:05 +0000 |
commit | 424de937f4df2343e601e561f33ff082d360e56a (patch) | |
tree | 3752699358351b7ecfb304388c312e4a43717f41 /messages | |
parent | 7c403ebd9b31a73468a4256d3c3d824520039e8d (diff) | |
download | mailman2-424de937f4df2343e601e561f33ff082d360e56a.tar.gz mailman2-424de937f4df2343e601e561f33ff082d360e56a.tar.xz mailman2-424de937f4df2343e601e561f33ff082d360e56a.zip |
mailman.pot should depend on marked.files and docstring.files but that
forces msgmerge to run on the from-tarfile build. That's no good.
This probably isn't the best, final fix, but it's good enough for
2.1.2.
Diffstat (limited to '')
-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 1381a2a8..e8342627 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`) |