diff options
| author | tkikuchi | 2006-08-05 04:40:38 +0000 |
|---|---|---|
| committer | tkikuchi | 2006-08-05 04:40:38 +0000 |
| commit | f76e0e46a8c59e38b87c9d0689a1765e63c8fb8a (patch) | |
| tree | 92724a11b4ddecf22f90513a31ad043d1e2c6392 | |
| parent | c7f3ac5f2e872ffe6eb1f59e3dff54ac73b52acf (diff) | |
| download | mailman-f76e0e46a8c59e38b87c9d0689a1765e63c8fb8a.tar.gz mailman-f76e0e46a8c59e38b87c9d0689a1765e63c8fb8a.tar.zst mailman-f76e0e46a8c59e38b87c9d0689a1765e63c8fb8a.zip | |
| -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 a21864fa1..afa09c8f9 100644 --- a/messages/Makefile.in +++ b/messages/Makefile.in @@ -138,7 +138,7 @@ docstring.files: template.files: @echo "Calculating template input files for templ2pot" - (cd ..; find templates/en -name '*.*' >| messages/$@) + (cd ..; ls templates/en/*.* >| messages/$@) potfile: marked.files docstring.files template.files @echo "Running pygettext on $@; this make take a while." |
