source:
git/lib/Makefile.am
@
fa8ae1e
Last change on this file since fa8ae1e was cba86532, checked in by , 14 years ago | |
---|---|
|
|
File size: 1.1 KB |
Rev | Line | |
---|---|---|
[adaa778] | 1 | ## Process this file with automake to produce Makefile.in |
2 | ||
3 | # Makefile for survex support files | |
4 | ||
[eb92dcc] | 5 | check-local: |
[be891ea] | 6 | srcdir=$(srcdir) LANG=C perl $(srcdir)/checkshortcut.pl $(msg_files) |
[6deca30] | 7 | |
[b82777e9] | 8 | SUBDIRS = icons |
9 | ||
[d86459c] | 10 | po_files = ca.po de.po de_CH.po de_DE.po en_US.po\ |
11 | es.po fr.po it.po pt.po pt_BR.po sk.po ro.po | |
12 | ||
[c584ed2] | 13 | msg_files = $(po_files:.po=.msg) en.msg |
[8ac4406] | 14 | |
[a26bab0] | 15 | EXTRA_DIST = survex.pot $(po_files) codes.po\ |
[d86459c] | 16 | named-entities.txt po-to-msg.pl checkshortcut.pl\ |
[b4dbba1] | 17 | English_GB.isl Romanian-7-5.1.11.isl\ |
[d133b65] | 18 | afm2txf.pl\ |
[64d37a3] | 19 | INSTALL.OSX |
[adaa778] | 20 | |
[c584ed2] | 21 | MAINTAINERCLEANFILES = $(msg_files) *.todo aven.txf |
[6cfa0b5] | 22 | |
[e72b854] | 23 | dist_pkgdata_DATA = print.ini bcra3.svx bcra5.svx $(msg_files) aven.txf |
24 | ||
25 | appsdir = $(datadir)/applications | |
26 | dist_apps_DATA = survex-aven.desktop survex-svxedit.desktop | |
[adaa778] | 27 | |
[c584ed2] | 28 | $(msg_files): survex.pot $(po_files) po-to-msg.pl |
29 | LANG=C perl $(srcdir)/po-to-msg.pl $(po_files) | |
[d86459c] | 30 | |
31 | survex.pot: codes.po | |
32 | perl -pe 's/^msgstr ".*/msgstr ""/' codes.po > survex.pot~ | |
33 | mv survex.pot~ survex.pot | |
[adaa778] | 34 | |
[27b8b59] | 35 | mimedir = $(datadir)/mime-info |
[e72b854] | 36 | dist_mime_DATA = survex.mime |
37 | mime_DATA = survex.keys | |
[bd551c0] | 38 | |
39 | aven.txf: | |
[d133b65] | 40 | $(srcdir)/afm2txf.pl -o aven.txf /usr/share/texmf-texlive/fonts/afm/urw/helvetic/uhvr8a.afm |
Note: See TracBrowser
for help on using the repository browser.