Remove generated files in `docs' directory.
[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 # This program 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 2, or (at your option)
12 # any later version.
13 #
14 # This program 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 this program; see the file COPYING.  If not, write to
22 # the Free Software Foundation, 51 Franklin Street, Fifth Floor,
23 # Boston, MA 02110-1301, USA.
24 #
25
26 info_TEXINFOS = enscript.texi
27 enscript_TEXINFOS = fdl.texi
28
29 man_MANS = enscript.1 states.1
30 CLEANFILES = $(man_MANS)
31
32 EXTRA_DIST = enscript.man states.man FAQ.html clean-nroff.pl texinfo.tex
33
34 enscript.man.html: enscript.1
35         nroff -man $(srcdir)/enscript.1 | ./clean-nroff.pl > enscript.tmp
36         enscript -E --color -q -Whtml -penscript.man.html enscript.tmp
37         rm -f enscript.tmp
38
39 SUFFIXES = .1 .man
40
41 .man.1:
42         sed 's%@DATADIR@%$(datadir)%g; s%@media@%@MEDIA@%g; s%@SYSCONFDIR@%$(sysconfdir)%g' \
43         $< > $@