aboutsummaryrefslogtreecommitdiffstats
path: root/messages
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--messages/Makefile.in2
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`)