Date: Sun, 9 Oct 2016 01:46:50 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r306894 - projects/doctools/usr.bin/vgrind Message-ID: <201610090146.u991kojM071374@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Oct 9 01:46:49 2016 New Revision: 306894 URL: https://svnweb.freebsd.org/changeset/base/306894 Log: Do not install vgrind tmac file, doctools is providing one already which is more recent Modified: projects/doctools/usr.bin/vgrind/Makefile projects/doctools/usr.bin/vgrind/vgrind.sh Modified: projects/doctools/usr.bin/vgrind/Makefile ============================================================================== --- projects/doctools/usr.bin/vgrind/Makefile Sun Oct 9 01:45:08 2016 (r306893) +++ projects/doctools/usr.bin/vgrind/Makefile Sun Oct 9 01:46:49 2016 (r306894) @@ -4,11 +4,10 @@ PROG= vfontedpr SRCS= regexp.c vfontedpr.c SCRIPTS=vgrind.sh -FILES= vgrindefs.src vgrindefs.src.db tmac.vgrind +FILES= vgrindefs.src vgrindefs.src.db FILESNAME_vgrindefs.src= vgrindefs FILESNAME_vgrindefs.src.db= vgrindefs.db FILESDIR= ${SHAREDIR}/misc -FILESDIR_tmac.vgrind= ${SHAREDIR}/doctools/tmac MAN= vgrind.1 vgrindefs.5 WARNS?= 3 Modified: projects/doctools/usr.bin/vgrind/vgrind.sh ============================================================================== --- projects/doctools/usr.bin/vgrind/vgrind.sh Sun Oct 9 01:45:08 2016 (r306893) +++ projects/doctools/usr.bin/vgrind/vgrind.sh Sun Oct 9 01:46:49 2016 (r306894) @@ -104,7 +104,7 @@ if test -r index; then $vf $options -h "$head" $files else $vf $options $files - fi | cat $tm/tmac.vgrind - + fi | cat $tm/vgrind - else if test "x$head" != x; then $vf $options -h "$head" $files @@ -120,7 +120,7 @@ else $vf $options -h "$head" $files else $vf $options $files - fi | cat $tm/tmac.vgrind - + fi | cat $tm/vgrind - else if test "x$head" != x; then $vf $options -h "$head" $files
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610090146.u991kojM071374>