X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/2cf1aee845ce86e6dba7a069ce6ad5edefae1331..193593331d2833dbc640f3bb1ad3dd6bfaac858f:/po/makefile diff --git a/po/makefile b/po/makefile index 6ad6997c0..28890e079 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=$@