From: acid-burn Date: Thu, 12 Nov 2009 15:50:48 +0000 (+0100) Subject: po/Makefile.am: - add missing NetworkWizard for .po file inclusion X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=de2e9090387c797c7e06344c9e81283215dbd0eb po/Makefile.am: - add missing NetworkWizard for .po file inclusion --- diff --git a/po/Makefile.am b/po/Makefile.am index 46b67b2..9318db4 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