aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoracid-burn <acidburn@opendreambox.org>2009-11-12 16:50:48 +0100
committeracid-burn <acidburn@opendreambox.org>2009-11-12 16:50:48 +0100
commitde2e9090387c797c7e06344c9e81283215dbd0eb (patch)
tree3e91427e0539cc3f4981db12230ff65ac18b9d90
parenta490598c06c5867d329ab629d7543740d125fd91 (diff)
downloadenigma2-de2e9090387c797c7e06344c9e81283215dbd0eb.tar.gz
enigma2-de2e9090387c797c7e06344c9e81283215dbd0eb.zip
po/Makefile.am: - add missing NetworkWizard for .po file inclusion
-rwxr-xr-xpo/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/po/Makefile.am b/po/Makefile.am
index 46b67b2c..9318db49 100755
--- a/po/Makefile.am
+++ b/po/Makefile.am
@@ -32,6 +32,7 @@ enigma2.pot:
./xml2po.py ../lib/python/Plugins/SystemPlugins/Videomode/ >> enigma2.pot
./xml2po.py ../lib/python/Plugins/SystemPlugins/SoftwareManager/ >> enigma2.pot
./xml2po.py ../lib/python/Plugins/SystemPlugins/CleanupWizard/ >> enigma2.pot
+ ./xml2po.py ../lib/python/Plugins/SystemPlugins/NetworkWizard/ >> enigma2.pot
cat enigma2_rel25.pot | tail -n +19 >> enigma2.pot
msguniq --no-location -o enigma2uniq.pot enigma2.pot
$(RM) enigma2.pot