diff options
Diffstat (limited to 'newplugin')
-rwxr-xr-x | newplugin | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -12,7 +12,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: newplugin 1.36 2007/08/19 14:19:49 kls Exp $ +# $Id: newplugin 1.38 2007/10/14 09:13:17 kls Exp $ $PLUGIN_NAME = $ARGV[0] || die "Usage: newplugin <name>\n"; @@ -139,12 +139,12 @@ I18Npot = \$(PODIR)/\$(PLUGIN).pot msgfmt -c -o \$\@ \$< \$(I18Npot): \$(wildcard *.c) - xgettext -C -cTRANSLATORS --no-wrap -F -k -ktr -ktrNOOP --msgid-bugs-address='<see README>' -o \$\@ \$(wildcard *.c) + xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<see README>' -o \$\@ \$(wildcard *.c) \$(I18Npo): \$(I18Npot) - msgmerge -U --no-wrap -F --backup=none -q \$\@ \$< + msgmerge -U --no-wrap --no-location --backup=none -q \$\@ \$< -i18n: \$(I18Nmo) +i18n: \$(I18Npot) \$(I18Nmo) \@mkdir -p \$(LOCALEDIR) for i in \$(I18Ndirs); do\\ mkdir -p \$(LOCALEDIR)/\$\$i/LC_MESSAGES;\\ |