diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2010-01-28 23:32:46 +0100 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2010-01-28 23:34:20 +0100 |
| commit | 5e24af16847c51868366b1ffc427ef3d480ed479 (patch) | |
| tree | 0a56a1de34140859821276582087a9afeb8138bc /po/Makefile.am | |
| parent | 025acea46debca45f8ae004cdb17cc6e5fc84309 (diff) | |
| download | enigma2-5e24af16847c51868366b1ffc427ef3d480ed479.tar.gz enigma2-5e24af16847c51868366b1ffc427ef3d480ed479.zip | |
remove no longer needed enigma2_rel25.pot file
fix bug in xml2po.py to properly ignore strings containing only whitespaces
Diffstat (limited to 'po/Makefile.am')
| -rwxr-xr-x | po/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/po/Makefile.am b/po/Makefile.am index 2319b7fb..9ca79016 100755 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -33,7 +33,6 @@ 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 mv enigma2uniq.pot enigma2.pot |
