diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2008-01-13 11:49:55 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2008-01-13 11:49:55 +0100 |
commit | 1e69c4a578aad29cf0f1ab76907e0f8f3e68bc17 (patch) | |
tree | 9aec47705ce6e8cb6ea0073398a787c8d2871f40 /newplugin | |
parent | d607265f695510e357c67d78e43d0c8138f8c588 (diff) | |
download | vdr-1e69c4a578aad29cf0f1ab76907e0f8f3e68bc17.tar.gz vdr-1e69c4a578aad29cf0f1ab76907e0f8f3e68bc17.tar.bz2 |
Fixed the "i18n:" target in the "newplugin" script, so that it can create the initial *.pot file
Diffstat (limited to 'newplugin')
-rwxr-xr-x | newplugin | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: newplugin 1.39 2007/11/04 10:42:52 kls Exp $ +# $Id: newplugin 1.40 2008/01/13 11:49:08 kls Exp $ $PLUGIN_NAME = $ARGV[0] || die "Usage: newplugin <name>\n"; @@ -149,7 +149,7 @@ I18Npot = \$(PODIR)/\$(PLUGIN).pot cp \$< \$\@ .PHONY: i18n -i18n: \$(I18Nmsgs) +i18n: \$(I18Nmsgs) \$(I18Npot) ### Targets: |