diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-28 21:43:03 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-28 21:43:03 +0200 |
commit | 2913337f8e15ec33e1637a7b7b46c9c11b80d247 (patch) | |
tree | 4f61f8bb8e24f6d56c07854685ad0b731d4f22bf /po | |
parent | c6c31f6206dbb8900883d2547f6ff0657113a319 (diff) |
* undo some of the bzr merge damage from the last merge
Diffstat (limited to 'po')
-rw-r--r-- | po/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/po/makefile b/po/makefile index 45e5b1e5a..07dc51c07 100644 --- a/po/makefile +++ b/po/makefile @@ -40,6 +40,9 @@ $(POTFILES) : $(PO)/%.pot : --files-from=$(PO)/POTFILES_$*.in -o $(PO)/domains/$*/c.pot rm -f $(PO)/POTFILES_$*.in $(MSGCOMM) --more-than=0 $(PO)/domains/$*/c.pot $(PO)/domains/$*/sh.pot --output=$@ + # copy into the domain dirs to make rosetta happy + rm -f $(PO)/domains/$*/*.pot + cp $@ $(PO)/domains/$* $(PACKAGE)-all.pot: $(POTFILES) $(MSGCOMM) --more-than=0 $(POTFILES) --output=$@ |