diff options
Diffstat (limited to 'po/makefile')
-rw-r--r-- | po/makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/po/makefile b/po/makefile index 07dc51c07..45e5b1e5a 100644 --- a/po/makefile +++ b/po/makefile @@ -40,9 +40,6 @@ $(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=$@ |