~pitti/apt/compressed-indexes

« back to all changes in this revision

Viewing changes to po/makefile

  • Committer: Michael Vogt
  • Date: 2006-12-14 11:39:29 UTC
  • mfrom: (1327.6.90 apt-breaks-iwj)
  • mto: This revision was merged to the branch mainline in revision 1492.
  • Revision ID: egon@bottom-20061214113929-242db29d78fe8c97
* merged the apt-breaks-iwj branch
* pulled in the other remaining ubuntu changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
          --files-from=$(PO)/POTFILES_$*.in -o $(PO)/domains/$*/c.pot
41
41
        rm -f $(PO)/POTFILES_$*.in
42
42
        $(MSGCOMM) --more-than=0 $(PO)/domains/$*/c.pot $(PO)/domains/$*/sh.pot --output=$@
 
43
        # copy into the domain dirs to make rosetta happy
 
44
        rm -f $(PO)/domains/$*/*.pot
 
45
        cp $@ $(PO)/domains/$*
43
46
 
44
47
$(PACKAGE)-all.pot: $(POTFILES)
45
48
        $(MSGCOMM) --more-than=0 $(POTFILES) --output=$@