13 lines
293 B
Makefile
13 lines
293 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
info_TEXINFOS = bc.texi dc.texi
|
|
MAKEINFO = makeinfo --no-split
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
# 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
|