]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/GNUmakefile
don't dist nonexistent README
[lilypond.git] / Documentation / GNUmakefile
index 37a452a11f1b975c33a484ac18f2b76e1b428572..cd96e38b5b61630c6bf3404be337826b59136442 100644 (file)
@@ -44,4 +44,7 @@ new-lang:
        msgmerge -U po/lilypond-doc.pot $(outdir)/doc.pot
        cp po/lilypond-doc.pot po/$(ISOLANG).po
        @echo "***  Please add a language definition for $(ISOLANG) in buildscripts/langdefs.py  ***"
+
+check-translation:
+       find $(ISOLANG)/user/ -name '*.*tely' | xargs $(PYTHON) $(buildscript-dir)/check_translation.py $(buildscript-dir)
 endif