File: 10_groff_no_sgr.diff

package info (click to toggle)
csh 20240808-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,324 kB
  • sloc: ansic: 11,699; makefile: 60; sh: 16
file content (15 lines) | stat: -rw-r--r-- 341 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Enable GROFF_NO_SGR for traditional (non-ANSI) escape sequences
Forwarded: not-needed
Author: Matej Vela <vela@debian.org>
Last-Update: 2011-05-13

--- a/USD.doc/Makefile
+++ b/USD.doc/Makefile
@@ -6,6 +6,7 @@
 MACROS= -ms
 
 paper.txt: ${SRCS}
+	GROFF_NO_SGR=1 \
 	${ROFF} -Tascii ${SRCS} > ${.TARGET}
 
 .include <bsd.doc.mk>