svn commit: r332466 - in head: . usr.bin/mandoc

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 13 09:04:32 UTC 2018


Author: bapt
Date: Fri Apr 13 09:04:31 2018
New Revision: 332466
URL: https://svnweb.freebsd.org/changeset/base/332466

Log:
  reinstall the roff(7) manpage
  
  When we had both groff and mandoc in base, we decided to keep the roff(7)
  manpage from groff. when remoing groff, we forgot to install the mandoc version
  instead.
  
  This fixes it.
  
  Reported by:	trasz
  MFC after:	1 week

Modified:
  head/ObsoleteFiles.inc
  head/usr.bin/mandoc/Makefile

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Fri Apr 13 03:47:41 2018	(r332465)
+++ head/ObsoleteFiles.inc	Fri Apr 13 09:04:31 2018	(r332466)
@@ -1070,7 +1070,6 @@ OLD_FILES+=usr/share/man/man7/mm.7.gz
 OLD_FILES+=usr/share/man/man7/mmse.7.gz
 OLD_FILES+=usr/share/man/man7/ms.7.gz
 OLD_FILES+=usr/share/man/man7/orig_me.7.gz
-OLD_FILES+=usr/share/man/man7/roff.7.gz
 OLD_FILES+=usr/share/me/acm.me
 OLD_FILES+=usr/share/me/chars.me
 OLD_FILES+=usr/share/me/deltext.me

Modified: head/usr.bin/mandoc/Makefile
==============================================================================
--- head/usr.bin/mandoc/Makefile	Fri Apr 13 03:47:41 2018	(r332465)
+++ head/usr.bin/mandoc/Makefile	Fri Apr 13 09:04:31 2018	(r332466)
@@ -6,7 +6,7 @@ MDOCMLDIR=	${SRCTOP}/contrib/mdocml
 .PATH: ${MDOCMLDIR}
 
 PROG=	mandoc
-MAN=	mandoc.1 eqn.7 mandoc_char.7 tbl.7 man.7 mdoc.7 # roff.7
+MAN=	mandoc.1 eqn.7 mandoc_char.7 tbl.7 man.7 mdoc.7 roff.7
 MLINKS=	mandoc.1 mdocml.1
 .if ${MK_MAN_UTILS} != no
 MAN+=	apropos.1 makewhatis.8


More information about the svn-src-all mailing list