source: git/lib/Makefile.am @ 95ed2ba

RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-data
Last change on this file since 95ed2ba was cba86532, checked in by Olly Betts <olly@…>, 13 years ago

lib/Makefile.am: survex.keys.in will get shipped because it is
used by AC_CONFIG_FILES so there's no need to list it explicitly
in EXTRA_DIST.

git-svn-id: file:///home/survex-svn/survex/trunk@3649 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 1.1 KB
Line 
1## Process this file with automake to produce Makefile.in
2
3# Makefile for survex support files
4
5check-local:
6        srcdir=$(srcdir) LANG=C perl $(srcdir)/checkshortcut.pl $(msg_files)
7
8SUBDIRS = icons
9
10po_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
13msg_files = $(po_files:.po=.msg) en.msg
14
15EXTRA_DIST = survex.pot $(po_files) codes.po\
16 named-entities.txt po-to-msg.pl checkshortcut.pl\
17 English_GB.isl Romanian-7-5.1.11.isl\
18 afm2txf.pl\
19 INSTALL.OSX
20
21MAINTAINERCLEANFILES = $(msg_files) *.todo aven.txf
22
23dist_pkgdata_DATA = print.ini bcra3.svx bcra5.svx $(msg_files) aven.txf
24
25appsdir = $(datadir)/applications
26dist_apps_DATA = survex-aven.desktop survex-svxedit.desktop
27
28$(msg_files): survex.pot $(po_files) po-to-msg.pl
29        LANG=C perl $(srcdir)/po-to-msg.pl $(po_files)
30
31survex.pot: codes.po
32        perl -pe 's/^msgstr ".*/msgstr ""/' codes.po > survex.pot~
33        mv survex.pot~ survex.pot
34
35mimedir = $(datadir)/mime-info
36dist_mime_DATA = survex.mime
37mime_DATA = survex.keys
38
39aven.txf:
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.