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