add --add-comments as suggested by Jens Seidel - this allows adding translator-commen...
authorFelix Domke <tmbinc@elitedvb.net>
Sun, 20 May 2007 23:54:14 +0000 (23:54 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Sun, 20 May 2007 23:54:14 +0000 (23:54 +0000)
po/Makefile.am

index 22d96a4..46a36f4 100644 (file)
@@ -21,7 +21,7 @@ merge:
        done
 
 enigma2.pot:
-       $(GETTEXT)      -d enigma2 -s -o enigma2.pot ../lib/python/Screens/*.py ../lib/python/Components/*.py \
+       $(GETTEXT) -L python --add-comments="TRANSLATORS:" -d enigma2 -s -o enigma2.pot ../lib/python/Screens/*.py ../lib/python/Components/*.py \
                        ../lib/python/Tools/*.py \
                        ../*.py \
                        ../lib/python/Plugins/*/*/*.py