Update ChangeLog for 1.6.6 release.
[enscript.git] / docs / Makefile.am
1 #
2 # Automakefile for the enscript documentation.
3 # Copyright (c) 1998-1999 Markku Rossi
4 #
5 # Author: Markku Rossi <mtr@iki.fi>
6 #
7
8 #
9 # Enscript is free software: you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation, either version 3 of the License, or
12 # (at your option) any later version.
13 #
14 # Enscript is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 # GNU General Public License for more details.
18 #
19 # You should have received a copy of the GNU General Public License
20 #
21 # along with Enscript.  If not, see <http://www.gnu.org/licenses/>.
22 #
23
24 info_TEXINFOS = enscript.texi
25 enscript_TEXINFOS = fdl-1.3.texi
26
27 man_MANS = enscript.1 states.1
28 CLEANFILES = $(man_MANS)
29
30 EXTRA_DIST = ChangeLog.old enscript.man states.man FAQ.html     \
31         clean-nroff.pl texinfo.tex
32
33 enscript.man.html: enscript.1
34         nroff -man $(srcdir)/enscript.1 | ./clean-nroff.pl > enscript.tmp
35         enscript -E --color -q -Whtml -penscript.man.html enscript.tmp
36         rm -f enscript.tmp
37
38 SUFFIXES = .1 .man
39
40 .man.1:
41         sed 's%@DATADIR@%$(datadir)%g; s%@media@%@MEDIA@%g; s%@SYSCONFDIR@%$(sysconfdir)%g' \
42         $< > $@