svn commit: r283222 - head

Baptiste Daroussin bapt at FreeBSD.org
Thu May 21 13:04:15 UTC 2015


Author: bapt
Date: Thu May 21 13:04:14 2015
New Revision: 283222
URL: https://svnweb.freebsd.org/changeset/base/283222

Log:
  Removed files not installed anymore with mandoc

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Thu May 21 13:02:43 2015	(r283221)
+++ head/ObsoleteFiles.inc	Thu May 21 13:04:14 2015	(r283222)
@@ -38,6 +38,11 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20150521
+OLD_FILES+=usr/bin/demandoc
+OLD_FILES+=usr/share/man/man1/demandoc.1.gz
+OLD_FILES+=usr/share/man/man3/mandoc.3.gz
+OLD_FILES+=usr/share/man/man3/mandoc_headers.3.gz
 # 20150520
 OLD_FILES+=usr/lib/libheimsqlite.a
 OLD_FILES+=usr/lib/libheimsqlite.so


More information about the svn-src-all mailing list