diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-01-25 10:56:39 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-01-25 10:56:39 +0000 |
commit | 1437d0da5bd9eadeeb2594c9103e5989a4081faa (patch) | |
tree | 2f364f6f0a435099199899694702bd49be9c86fc /po/Makefile | |
parent | 5dcf1e35bb0eab2c08eeeb77c5205fad114fba63 (diff) | |
download | bootloader-theme-1437d0da5bd9eadeeb2594c9103e5989a4081faa.tar bootloader-theme-1437d0da5bd9eadeeb2594c9103e5989a4081faa.tar.gz bootloader-theme-1437d0da5bd9eadeeb2594c9103e5989a4081faa.tar.bz2 bootloader-theme-1437d0da5bd9eadeeb2594c9103e5989a4081faa.tar.xz bootloader-theme-1437d0da5bd9eadeeb2594c9103e5989a4081faa.zip |
0.29: "Install Mandriva Linux 2008 Spring on your system" is too long,0.29
replacing it with "Install Mandriva Linux 2008 Spring"
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile index d4a06ff..06ade36 100644 --- a/po/Makefile +++ b/po/Makefile @@ -20,3 +20,11 @@ en.tr text.inc: bootloader.pot clean: rm -f text.inc *.tr *~ + + +merge: bootloader.pot + for n in *.po; do \ + echo "Merging $$n"; \ + msgmerge -C $$n $$n bootloader.pot > "$$n"t ; \ + mv -f "$$n"t $$n ; \ + done |