mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-21 08:24:10 +01:00
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
|