]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix check-translation command line
authorJohn Mandereau <john.mandereau@gmail.com>
Fri, 3 Aug 2007 09:47:22 +0000 (11:47 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 3 Aug 2007 12:58:23 +0000 (14:58 +0200)
Documentation/GNUmakefile

index 6061fd02a7554430f95d1ec6aa1ba21177566bf4..18f9533421acccb0a2c0aeb1c89e185ab8962f01 100644 (file)
@@ -50,7 +50,7 @@ new-lang:
        @echo "***  Please add a language definition for $(ISOLANG) in buildscripts/langdefs.py  ***"
 
 check-translation:
-       find $(ISOLANG)/user/ -name '*.*te??' | xargs $(PYTHON) $(buildscript-dir)/check_translation.py $(buildscript-dir) $(ISOLANG)/index.html.in
+       find $(ISOLANG)/user/ -maxdepth 1 -name '*.*te??' | xargs $(PYTHON) $(buildscript-dir)/check_translation.py $(buildscript-dir) $(ISOLANG)/index.html.in
 
 TELY_FILES = $(call src-wildcard,$(ISOLANG)/user/*.tely)
 skeleton-update: