diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-09-28 20:46:12 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-09-28 20:46:12 +0000 |
commit | be2d3759d2b9fb35b0e9c5c24f264d3dafbb1ed0 (patch) | |
tree | 3f61beb335516cf5dab2714de1d3c2801c320054 /po/makefile | |
parent | dd9ebe3bbbe3ab48d73d03da498bfa74cc78b415 (diff) |
* makefile fixes to make apt rosetta friendly
Diffstat (limited to 'po/makefile')
-rw-r--r-- | po/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/po/makefile b/po/makefile index bb8118c77..30af41a16 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=$@ |