From f6e03dc46967b04c952d6cf37c13790155261dae Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 23 Nov 2000 08:51:33 +0000 Subject: Starting from groff(1) version 1.12, -msafer is now the default, but index building for 13.viref requires the use of .sy request. Repair the index building by running groff(1) in unsafe -U mode. Requested by: bde --- share/doc/usd/13.viref/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'share/doc') diff --git a/share/doc/usd/13.viref/Makefile b/share/doc/usd/13.viref/Makefile index 70bf70b..2de52db 100644 --- a/share/doc/usd/13.viref/Makefile +++ b/share/doc/usd/13.viref/Makefile @@ -11,6 +11,7 @@ USE_SOELIM= yes USE_SOELIMPP= yes USE_TBL= yes SRCDIR= ${.CURDIR}/../../../../contrib/nvi/docs/USD.doc/vi.ref +TRFLAGS+=-U # Build index.so as a side-effect of building the paper. index.so: ${SRCS} ${EXTRA} -- cgit v1.1