diff options
| author | bwarsaw | 2001-10-27 05:18:16 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-10-27 05:18:16 +0000 |
| commit | 3a92de16be0b9ddcad8c66df0d79d5796476ff3b (patch) | |
| tree | d3507685f12c4f847dd9bfd65178d6b20b39f7f3 | |
| parent | 7e01057e1f6f329ad6b21b1cd8e48b1106b9ed78 (diff) | |
| download | mailman-3a92de16be0b9ddcad8c66df0d79d5796476ff3b.tar.gz mailman-3a92de16be0b9ddcad8c66df0d79d5796476ff3b.tar.zst mailman-3a92de16be0b9ddcad8c66df0d79d5796476ff3b.zip | |
docstring.files: Fix the calculation of the scripts that might have
docstrings needing translation.
| -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 04c8f9a46..05be86641 100644 --- a/messages/Makefile.in +++ b/messages/Makefile.in @@ -117,7 +117,7 @@ marked.files: docstring.files: @echo "Calculating script input files for pygettext" - (cd ..; grep -d skip -l '^#! @PYTHON@' `find bin cron scripts -name ".#*" -prune -o -print` >| messages/$@) + (cd ..; grep -d skip -l -i '^#! .*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." |
