diff options
author | ru <ru@FreeBSD.org> | 2000-11-23 08:51:33 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-23 08:51:33 +0000 |
commit | f6e03dc46967b04c952d6cf37c13790155261dae (patch) | |
tree | 5158bc830c4bbc2761831add84411c3a83e32298 /share | |
parent | 5e41f21965e6a22ed7d6aa4aa055e4c86b4234b5 (diff) | |
download | FreeBSD-src-f6e03dc46967b04c952d6cf37c13790155261dae.zip FreeBSD-src-f6e03dc46967b04c952d6cf37c13790155261dae.tar.gz |
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
Diffstat (limited to 'share')
-rw-r--r-- | share/doc/usd/13.viref/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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} |