From 92ee29d2a59b9864be5b69f5ec9d249421f9b0ef Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 24 Nov 2000 10:05:30 +0000 Subject: Reimplement the groff(1) warnings elimination fixes in a better way. --- share/doc/psd/12.make/Makefile | 2 +- usr.bin/make/PSD.doc/stubs | 9 +++++++++ usr.bin/make/PSD.doc/stubs.ms | 8 -------- usr.bin/make/PSD.doc/tutorial.ms | 14 ++++---------- 4 files changed, 14 insertions(+), 19 deletions(-) create mode 100644 usr.bin/make/PSD.doc/stubs delete mode 100644 usr.bin/make/PSD.doc/stubs.ms diff --git a/share/doc/psd/12.make/Makefile b/share/doc/psd/12.make/Makefile index c975c7941c4e8..b266f9b6f9597 100644 --- a/share/doc/psd/12.make/Makefile +++ b/share/doc/psd/12.make/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ VOLUME= psd/12.make -SRCS= stubs.ms tutorial.ms +SRCS= tutorial.ms MACROS= -ms SRCDIR= ${.CURDIR}/../../../../usr.bin/make/PSD.doc diff --git a/usr.bin/make/PSD.doc/stubs b/usr.bin/make/PSD.doc/stubs new file mode 100644 index 0000000000000..39d8defe2e143 --- /dev/null +++ b/usr.bin/make/PSD.doc/stubs @@ -0,0 +1,9 @@ +.\" $FreeBSD$ +.\" +.de Ix +.. +.de Rd +.. +.de Rm +.. +.if n .ftr CR R diff --git a/usr.bin/make/PSD.doc/stubs.ms b/usr.bin/make/PSD.doc/stubs.ms deleted file mode 100644 index 63c4c144167b4..0000000000000 --- a/usr.bin/make/PSD.doc/stubs.ms +++ /dev/null @@ -1,8 +0,0 @@ -.\" $FreeBSD$ -.\" -.de Ix -.. -.de Rd -.. -.de Rm -.. diff --git a/usr.bin/make/PSD.doc/tutorial.ms b/usr.bin/make/PSD.doc/tutorial.ms index 052ba581dac63..db2d04eb2fd13 100644 --- a/usr.bin/make/PSD.doc/tutorial.ms +++ b/usr.bin/make/PSD.doc/tutorial.ms @@ -37,6 +37,7 @@ .\" @(#)tutorial.ms 8.1 (Berkeley) 8/18/93 .\" $FreeBSD$ .\" +.so stubs .EH 'PSD:12-%''PMake \*- A Tutorial' .OH 'PMake \*- A Tutorial''PSD:12-%' .\" xH is a macro to provide numbered headers that are automatically stuffed @@ -59,22 +60,15 @@ .XE .nr PD .3v .. +.ig .\" CW is used to place a string in fixed-width or switch to a .\" fixed-width font. .\" C is a typewriter font for a laserwriter. Use something else if .\" you don't have one... -.ie n \{\ .de CW -.ie !\\n(.$ .ft R -.el \&\\$3\fR\\$1\fP\\$2 +.ie !\\n(.$ .ft S +.el \&\\$3\fS\\$1\fP\\$2 .. -.\} -.el \{\ -.de CW -.ie !\\n(.$ .ft C -.el \&\\$3\fC\\$1\fP\\$2 -.. -.\} .\" Anything I put in a display I want to be in fixed-width .am DS .CW -- cgit v1.3