diff options
| -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." |
