17f33912d7
PR: 4183
11 lines
249 B
Makefile
11 lines
249 B
Makefile
## 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
|