diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-11-18 13:14:14 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-11-18 13:14:14 +0100 |
| commit | 955e9b65b99d5df170b64f9d62bd4a9a3f54d634 (patch) | |
| tree | 98826e8872aacb5bbf89fc60f96eee2d772fe4db | |
| parent | 941905f25dec881380629c0bbca206b33d1deaca (diff) | |
| download | enigma2-955e9b65b99d5df170b64f9d62bd4a9a3f54d634.tar.gz enigma2-955e9b65b99d5df170b64f9d62bd4a9a3f54d634.zip | |
po/Makefile.am: fix space/intendation error
Conflicts:
po/Makefile.am
| -rwxr-xr-x | po/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/Makefile.am b/po/Makefile.am index 46b67b2c..2319b7fb 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 |
