diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-03-14 11:01:11 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-03-14 11:01:11 +0000 |
commit | e5330b0da6af803089d3ba354d55465e585f606f (patch) | |
tree | 3e922b2354c23f9c31083044655156ae71b97e12 | |
parent | f0492b5054bcf1d8c31e0a4bfbf521334bcd7326 (diff) | |
download | bootloader-theme-e5330b0da6af803089d3ba354d55465e585f606f.tar bootloader-theme-e5330b0da6af803089d3ba354d55465e585f606f.tar.gz bootloader-theme-e5330b0da6af803089d3ba354d55465e585f606f.tar.bz2 bootloader-theme-e5330b0da6af803089d3ba354d55465e585f606f.tar.xz bootloader-theme-e5330b0da6af803089d3ba354d55465e585f606f.zip |
(update_n_merge) split it out of (merge) ; now (merge) only update po w/o updating main pot file
-rw-r--r-- | po/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 8e25445..5954476 100644 --- a/po/Makefile +++ b/po/Makefile @@ -23,7 +23,9 @@ clean: rm -f text.inc *.tr *~ -merge: $(PGOAL).pot +update_n_merge: $(PGOAL).pot merge + +merge: for n in *.po; do \ echo "Merging $$n"; \ msgmerge -C $$n $$n $(PGOAL).pot > "$$n"t ; \ |