summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2001-09-07 23:22:08 +0000
committerbwarsaw2001-09-07 23:22:08 +0000
commit7656952a4375edef99155590f263ae12e22c922c (patch)
tree6e46541ba622a4bfcfe00558ad7404481beb7843
parenteb0f07a1474dfd8c0370ff4817b3cdbf62461278 (diff)
downloadmailman-7656952a4375edef99155590f263ae12e22c922c.tar.gz
mailman-7656952a4375edef99155590f263ae12e22c922c.tar.zst
mailman-7656952a4375edef99155590f263ae12e22c922c.zip
-rw-r--r--messages/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/messages/Makefile.in b/messages/Makefile.in
index 2fff659c8..0608621a3 100644
--- a/messages/Makefile.in
+++ b/messages/Makefile.in
@@ -62,7 +62,7 @@ DIRMODE= 775
EXEMODE= 755
FILEMODE= 644
INSTALL_PROGRAM=$(INSTALL) -m $(EXEMODE)
-PROG= bin/pygettext.py
+PROG= build/bin/pygettext.py
.SUFFIXES: .po .mo
.po.mo:
@@ -117,7 +117,7 @@ marked.files:
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/$@)
+ (cd ..; grep -d skip -l '^#! @PYTHON@' `find bin cron scripts -name ".#*" -prune -o -print` >| messages/$@)
mailman.pot: marked.files docstring.files
@echo "Running pygettext on $@; this make take a while."