~ubuntu-branches/debian/squeeze/maxima/squeeze

« back to all changes in this revision

Viewing changes to locale/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2010-04-30 13:30:33 UTC
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20100430133033-wtewap0zdnmsix1y
Tags: upstream-5.21.1
ImportĀ upstreamĀ versionĀ 5.21.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
358
358
.po.mo:
359
359
        $(MSGFMT) -o $@ $<
360
360
 
361
 
es.po: maxima.pot       # TODO: patterns
362
 
        touch $@
363
 
        $(MSGMERGE) $@ maxima.pot > $@.new && mv $@.new $@;
364
 
 
365
361
maxima.pot:
366
362
        touch $@
367
363
        find ../src -name "*.lisp" | $(XARGS) $(XGETTEXT) $(XGETTEXT_ARGS) -o maxima.pot
371
367
 
372
368
allmo:
373
369
        @for t in $(TRANSLATIONS); do $(MAKE) $$t.mo; done
 
370
        @for t in $(TRANSLATIONS); do $(mkinstalldirs) $$t/LC_MESSAGES; done
 
371
        @for t in $(TRANSLATIONS); do $(INSTALL_DATA) $$t.mo $$t/LC_MESSAGES/maxima.mo; done
374
372
 
375
373
force-update:
376
374
        $(RM) maxima.pot