Changeset 24

Show
Ignore:
Timestamp:
08/29/07 13:14:50 (9 months ago)
Author:
kestas
Message:

Not rebuild the file opendict.pot on every install.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/po/Makefile

    r14 r24  
    22MOFILES=$(POFILES:.po=.mo) 
    33 
    4 all: messages.pot $(MOFILES) 
     4all: opendict.pot $(MOFILES) 
    55 
    66install: all 
     
    1111        done 
    1212 
    13 messages.pot: 
     13opendict.pot: 
    1414        @echo "Rebuilding the pot file" 
    1515        rm -f *.pot 
     
    2323        msgfmt --verbose --check -o $@ $< 
    2424 
    25 %.po: messages.pot 
     25%.po: opendict.pot 
    2626        @echo -n "Merging opendict.pot and $@" 
    2727        @msgmerge $@ opendict.pot -o $@.new