1## Process this file with automake to produce Makefile.in
2
3info_TEXINFOS = bc.texi dc.texi
4MAKEINFO = makeinfo --no-split
5
6MAINTAINERCLEANFILES = Makefile.in
7
8# FIXME: remove this when automake has been fixed to include these
9# files automatically
10EXTRA_DIST = bc.1 dc.1
11
12man_MANS = bc.1 dc.1
13