26dd754c753eaedc2cc27b95f0adde84574decb9
[enscript.git] / lib / Makefile.am
1 #
2 # Automakefile for the library files.
3 # Copyright (c) 1995-1998 Markku Rossi
4 #
5 # Author: Markku Rossi <mtr@iki.fi>
6 #
7
8 #
9 # This file is part of GNU enscript.
10 #
11 # This program is free software; you can redistribute it and/or modify
12 # it under the terms of the GNU General Public License as published by
13 # the Free Software Foundation; either version 2, or (at your option)
14 # any later version.
15 #
16 # This program is distributed in the hope that it will be useful,
17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19 # GNU General Public License for more details.
20 #
21 # You should have received a copy of the GNU General Public License
22 # along with this program; see the file COPYING.  If not, write to
23 # the Free Software Foundation, 51 Franklin Street, Fifth Floor,
24 # Boston, MA 02110-1301, USA.
25 #
26
27 pkgdata_DATA = ascii.enc asciifise.enc asciidkno.enc hp8.enc ibmpc.enc  \
28 koi8.enc 88591.enc 88592.enc 88593.enc 88594.enc 88595.enc 88597.enc    \
29 88599.enc 885910.enc mac.enc ps.enc pslatin1.enc vms.enc a2ps.hdr       \
30 edd.hdr emacs.hdr enscript.hdr enscript-color.hdr frame.hdr mp.hdr      \
31 simple.hdr squeeze.hdr enscript.pro
32
33 sysconf_DATA = enscript.cfg
34 CLEANFILES = $(sysconf_DATA)
35
36 EXTRA_DIST = enscript.cfg.in $(pkgdata_DATA) Makefile-encodings \
37 make-encoding.pl
38
39 do_subst = sed -e 's%@DATADIR@%$(datadir)%g' \
40                -e 's%@media@%@MEDIA@%g' \
41                -e 's%@BINDIR@%$(bindir)%g' \
42                -e 's%@spooler@%@SPOOLER@%g' \
43                -e 's%@pslevel@%@PSLEVEL@%g'
44
45 enscript.cfg: enscript.cfg.in Makefile
46         $(do_subst) < $(srcdir)/enscript.cfg.in > enscript.cfg
47