~ubuntu-branches/debian/sid/menu/sid

« back to all changes in this revision

Viewing changes to po/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Bill Allombert
  • Date: 2005-05-24 10:34:47 UTC
  • mfrom: (1.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050524103447-9zu50so5d0nte3o9
Tags: 2.1.24
* The "head or tail" release 
* Fix .menus typo in menufile.5. Closes: #306564. Thanks Sean Finney.
* Add Vietnamese menu messages and menu sections translations.
  Thanks Clytie Siddall. Closes: #307450, #308953.
* Update Esperanto menu sections translation. Thanks MJ Ray.
* Add Esperanto menu messages translation. Thanks MJ Ray.
* Unfuzzy Norwegian Bokmål menu messages translation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
MOs = cs.mo da.mo de.mo el.mo eo.mo es.mo fi.mo fr.mo gl.mo it.mo ja.mo nl.mo nb.mo nn.mo pl.mo pt.mo pt_BR.mo ru.mo sv.mo tr.mo vi.mo zh_CN.mo zh_TW.mo
 
2
POs = cs.po da.po de.po el.po eo.po es.po fi.po fr.po gl.po it.po ja.po nl.po nb.po nn.po pl.po pt.po pt_BR.po ru.po sv.po tr.po vi.po zh_CN.po zh_TW.po
 
3
localedir = $(datadir)/locale
 
4
 
 
5
EXTRA_DIST = $(POs)
 
6
 
 
7
all-local: $(MOs)
 
8
install-data-local:$(MOs)
 
9
        for mo in $(MOs); do \
 
10
           lang=`basename $$mo .mo`; \
 
11
           dir=$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \
 
12
           $(INSTALL) -d $$dir && \
 
13
           $(INSTALL_DATA) $$mo $$dir/menu.mo; \
 
14
        done
 
15
 
 
16
%.mo   : %.po
 
17
        msgfmt -o $@ $^ 
 
18
 
 
19
menu.pot::
 
20
        xgettext -o menu.pot -C -k_ -c ../install-menu/*.[ch]* ../update-menus/*.[ch]* --msgid-bugs-address=menu@packages.debian.org --copyright-holder="Debian menu team"
 
21
 
 
22
clean-local:
 
23
        rm -f *.mo