mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
12 lines
293 B
Makefile
12 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
|