commit f350b2d00707f108b243d0eca68a61e352f2fbba
Author: Sascha Wildner <[email protected]>
Date: Thu Sep 28 08:22:34 2017 +0200
Remove libmandoc.
Maintaining it separately, along with its manual pages and headers,
is more maintenance burden than it has real value.
Nothing but mandoc(1) needs it, so just include the source files in
the mandoc(1) build for now.
In-discussion-with: Lubos Boucek <[email protected]>
Summary of changes:
Makefile_upgrade.inc | 29 ++++++++++++++++++++++++++++
gnu/usr.bin/groff/tmac/mdoc.local | 1 -
lib/Makefile | 1 -
lib/libmandoc/Makefile | 40 ---------------------------------------
share/mk/bsd.libnames.mk | 1 -
usr.bin/mandoc/Makefile | 13 +++++++++----
6 files changed, 38 insertions(+), 47 deletions(-)
delete mode 100644 lib/libmandoc/Makefile
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f350b2d00707f108b243d0eca68a61e352f2fbba
--
DragonFly BSD source repository