Changeset 5295:fed536a2ce22 for po
- Timestamp:
- 2007-11-07 03:28:33 (13 months ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
po/Makefile.in.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
po/Makefile.in.in
r5275 r5295 64 64 .po.pox: 65 65 $(MAKE) $(PACKAGE).pot 66 $(MSGMERGE) $< $( srcdir)/$(PACKAGE).pot -o $*.pox66 $(MSGMERGE) $< $(PACKAGE).pot -o $*.pox 67 67 68 68 .po.mo: … … 87 87 # have been downloaded. 88 88 89 $( srcdir)/$(PACKAGE).pot: $(POTFILES) $(srcdir)/POTFILES.in89 $(PACKAGE).pot: $(POTFILES) $(srcdir)/POTFILES.in 90 90 rm -f $@ 91 91 $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ … … 93 93 --files-from=$(srcdir)/POTFILES.in \ 94 94 && test ! -f $(PACKAGE).po \ 95 || ( rm -f $( srcdir)/$(PACKAGE).pot \96 && mv $(PACKAGE).po $( srcdir)/$(PACKAGE).pot )95 || ( rm -f $(PACKAGE).pot \ 96 && mv $(PACKAGE).po $(PACKAGE).pot ) 97 97 98 98
