Use a single style for share/doc/ makefiles.

This commit is contained in:
Ruslan Ermilov 2002-10-29 15:01:59 +00:00
parent ff56972e0e
commit 71fe318b85
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106146
34 changed files with 129 additions and 150 deletions

View File

@ -2,8 +2,8 @@
# $FreeBSD$
VOLUME= papers
SRCS= beyond43.ms
DOC= beyond43
SRCS= beyond43.ms
MACROS= -ms
.include <bsd.doc.mk>

View File

@ -1,9 +1,9 @@
# $FreeBSD$
VOLUME= papers
DOC= devfs
SRCS= paper.me
MACROS= -me
USE_PIC= yes
VOLUME= papers
DOC= devfs
SRCS= paper.me
MACROS= -me
USE_PIC= YES
.include <bsd.doc.mk>

View File

@ -1,11 +1,11 @@
# From: @(#)Makefile 6.3 (Berkeley) 6/8/93
# $FreeBSD$
VOLUME= papers
DOC= diskperf
SRCS= abs.ms motivation.ms equip.ms methodology.ms tests.ms results.ms \
conclusions.ms appendix.ms
MACROS= -ms
USE_TBL= yes
VOLUME= papers
DOC= diskperf
SRCS= abs.ms motivation.ms equip.ms methodology.ms tests.ms \
results.ms conclusions.ms appendix.ms
MACROS= -ms
USE_TBL= YES
.include <bsd.doc.mk>

View File

@ -1,14 +1,14 @@
# From: @(#)Makefile 1.5 (Berkeley) 6/8/93
# $FreeBSD$
VOLUME= papers
DOC= kerntune
SRCS= 0.t 1.t 2.t 3.t 4.t
EXTRA= fig2.pic
MACROS= -ms
USE_SOELIM= yes
USE_PIC= yes
USE_TBL= yes
USE_EQN= yes
VOLUME= papers
DOC= kerntune
SRCS= 0.t 1.t 2.t 3.t 4.t
EXTRA= fig2.pic
MACROS= -ms
USE_EQN= YES
USE_PIC= YES
USE_SOELIM= YES
USE_TBL= YES
.include <bsd.doc.mk>

View File

@ -3,11 +3,8 @@
VOLUME= papers
DOC= malloc
SRCS= abs.ms intro.ms kernel.ms malloc.ms problems.ms alternatives.ms
SRCS+= performance.ms implementation.ms conclusion.ms
SRCS= abs.ms intro.ms kernel.ms malloc.ms problems.ms alternatives.ms \
performance.ms implementation.ms conclusion.ms
MACROS= -ms
edit:
vi ${SRCS}
.include <bsd.doc.mk>

View File

@ -1,11 +1,11 @@
# From: @(#)Makefile 8.1 (Berkeley) 4/20/94
# $FreeBSD$
VOLUME= papers
DOC= nqnfs
SRCS= nqnfs.me
MACROS= -me
USE_PIC= yes
USE_TBL= yes
VOLUME= papers
DOC= nqnfs
SRCS= nqnfs.me
MACROS= -me
USE_PIC= YES
USE_TBL= YES
.include <bsd.doc.mk>

View File

@ -1,11 +1,10 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
# $FreeBSD$
VOLUME= psd/05.sysman
SRCS= 0.t 1.0.t 1.1.t 1.2.t 1.3.t 1.4.t 1.5.t 1.6.t 1.7.t \
2.0.t 2.1.t 2.2.t 2.3.t 2.4.t 2.5.t a.t
MACROS= -ms
USE_TBL= yes
VOLUME= psd/05.sysman
SRCS= 0.t 1.0.t 1.1.t 1.2.t 1.3.t 1.4.t 1.5.t 1.6.t 1.7.t \
2.0.t 2.1.t 2.2.t 2.3.t 2.4.t 2.5.t a.t
MACROS= -ms
USE_TBL= YES
.include <bsd.doc.mk>

View File

@ -1,10 +1,9 @@
# @(#)Makefile 8.1 (Berkeley) 6/8/93
# $FreeBSD$
VOLUME= psd/06.Clang
SRCS= Clang.ms
MACROS= -ms
VOLUME= psd/06.Clang
SRCS= Clang.ms
MACROS= -ms
USE_TBL= YES
.include <bsd.doc.mk>

View File

@ -1,7 +1,7 @@
# $FreeBSD$
SRCS= rcs.ms
USE_PIC= yes
USE_TBL= yes
SRCS= rcs.ms
USE_PIC= YES
USE_TBL= YES
.include <bsd.doc.mk>

View File

@ -1,6 +1,6 @@
# $FreeBSD$
SRCS= rcs_func.ms
DOC= rcs_func
SRCS= rcs_func.ms
.include <bsd.doc.mk>

View File

@ -1,10 +1,9 @@
# @(#)Makefile 8.1 (Berkeley) 6/8/93
# $FreeBSD$
VOLUME= psd/16.lex
SRCS= lex.ms
MACROS= -ms
VOLUME= psd/16.lex
SRCS= lex.ms
MACROS= -ms
USE_TBL= YES
.include <bsd.doc.mk>

View File

@ -1,16 +1,15 @@
# From: @(#)Makefile 8.1 (Berkeley) 8/14/93
# $FreeBSD$
VOLUME= psd/18.gprof
SRCS= header.me abstract.me intro.me profiling.me gathering.me \
postp.me present.me refs.me
EXTRA= postp1.pic postp2.pic postp3.pic pres1.pic pres2.pic
MACROS= -me
SRCDIR= ${.CURDIR}/../../../../usr.bin/gprof/PSD.doc
USE_SOELIM= yes
USE_PIC= yes
USE_TBL= yes
USE_EQN= yes
VOLUME= psd/18.gprof
SRCS= header.me abstract.me intro.me profiling.me gathering.me \
postp.me present.me refs.me
EXTRA= postp1.pic postp2.pic postp3.pic pres1.pic pres2.pic
MACROS= -me
USE_SOELIM= YES
USE_PIC= YES
USE_TBL= YES
USE_EQN= YES
SRCDIR= ${.CURDIR}/../../../../usr.bin/gprof/PSD.doc
.include <bsd.doc.mk>

View File

@ -1,15 +1,14 @@
# From: @(#)Makefile 8.1 (Berkeley) 8/14/93
# $FreeBSD$
VOLUME= psd/20.ipctut
SRCS= tutor.me
MACROS= -me
EXTRA= dgramread.c dgramsend.c fig2.pic fig3.pic fig8.pic pipe.c \
socketpair.c strchkread.c streamread.c streamwrite.c \
udgramread.c udgramsend.c ustreamread.c ustreamwrite.c
USE_SOELIM= yes
USE_PIC= yes
USE_TBL= yes
VOLUME= psd/20.ipctut
SRCS= tutor.me
MACROS= -me
EXTRA= dgramread.c dgramsend.c fig2.pic fig3.pic fig8.pic pipe.c \
socketpair.c strchkread.c streamread.c streamwrite.c \
udgramread.c udgramsend.c ustreamread.c ustreamwrite.c
USE_SOELIM= YES
USE_PIC= YES
USE_TBL= YES
.include <bsd.doc.mk>

View File

@ -1,10 +1,9 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
# $FreeBSD$
VOLUME= psd/21.ipc
SRCS= 0.t 1.t 2.t 3.t 4.t 5.t
MACROS= -ms
USE_TBL= yes
VOLUME= psd/21.ipc
SRCS= 0.t 1.t 2.t 3.t 4.t 5.t
MACROS= -ms
USE_TBL= YES
.include <bsd.doc.mk>

View File

@ -1,10 +1,10 @@
# $FreeBSD$
VOLUME= psd/28.cvs
MACROS= -ms
SRCDIR= ${.CURDIR}/../../../../contrib/cvs/doc
SRCS= cvs-paper.ms
USE_PIC= yes
USE_TBL= yes
VOLUME= psd/28.cvs
SRCS= cvs-paper.ms
MACROS= -ms
USE_PIC= YES
USE_TBL= YES
SRCDIR= ${.CURDIR}/../../../../contrib/cvs/doc
.include <bsd.doc.mk>

View File

@ -1,8 +1,8 @@
# $FreeBSD$
VOLUME= psd
SRCS= contents.ms
DOC= contents
SRCS= contents.ms
MACROS= -ms
.include <bsd.doc.mk>

View File

@ -1,8 +1,8 @@
# $FreeBSD$
VOLUME= psd
SRCS= Title
DOC= Title
SRCS= Title
# unroff(1) requires a macro package as an argument
.if defined(PRINTERDEVICE) && ${PRINTERDEVICE} == "html"

View File

@ -1,10 +1,9 @@
# From: @(#)Makefile 8.1 (Berkeley) 7/27/93
# $FreeBSD$
VOLUME= smm/01.setup
SRCS= stubs 0.t 1.t 2.t 3.t 4.t 5.t 6.t
MACROS= -ms
USE_TBL= yes
VOLUME= smm/01.setup
SRCS= stubs 0.t 1.t 2.t 3.t 4.t 5.t 6.t
MACROS= -ms
USE_TBL= YES
.include <bsd.doc.mk>

View File

@ -1,11 +1,10 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
# $FreeBSD$
VOLUME= smm/02.config
SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t a.t b.t c.t d.t e.t
MACROS= -ms
SRCDIR= ${.CURDIR}/../../../../usr.sbin/config/SMM.doc
USE_TBL= yes
VOLUME= smm/02.config
SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t a.t b.t c.t d.t e.t
MACROS= -ms
USE_TBL= YES
SRCDIR= ${.CURDIR}/../../../../usr.sbin/config/SMM.doc
.include <bsd.doc.mk>

View File

@ -1,11 +1,10 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
# $FreeBSD$
VOLUME= smm/05.fastfs
SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t
MACROS= -ms
USE_TBL= yes
USE_EQN= yes
VOLUME= smm/05.fastfs
SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t
MACROS= -ms
USE_TBL= YES
USE_EQN= YES
.include <bsd.doc.mk>

View File

@ -3,13 +3,11 @@
MAINTAINER= gshapiro@FreeBSD.org
VOLUME= smm/08.sendmailop
SRCS= op.me
MACROS= -me
SRCDIR= ${.CURDIR}/../../../../contrib/sendmail/doc/op
USE_PIC= yes
USE_EQN= yes
VOLUME= smm/08.sendmailop
SRCS= op.me
MACROS= -me
USE_PIC= YES
USE_EQN= YES
SRCDIR= ${.CURDIR}/../../../../contrib/sendmail/doc/op
.include <bsd.doc.mk>

View File

@ -1,12 +1,12 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
# $FreeBSD$
VOLUME= smm/12.timed
SRCS= timed.ms
EXTRA= date loop time unused
MACROS= -ms
SRCDIR= ${.CURDIR}/../../../../usr.sbin/timed/SMM.doc/timed
USE_SOELIM= yes
USE_TBL= yes
VOLUME= smm/12.timed
SRCS= timed.ms
EXTRA= date loop time unused
MACROS= -ms
USE_SOELIM= YES
USE_TBL= YES
SRCDIR= ${.CURDIR}/../../../../usr.sbin/timed/SMM.doc/timed
.include <bsd.doc.mk>

View File

@ -1,8 +1,8 @@
# $FreeBSD$
VOLUME= smm
SRCS= contents.ms
DOC= contents
SRCS= contents.ms
MACROS= -ms
.include <bsd.doc.mk>

View File

@ -1,8 +1,8 @@
# $FreeBSD$
VOLUME= smm
SRCS= Title
DOC= Title
SRCS= Title
# unroff(1) requires a macro package as an argument
.if defined(PRINTERDEVICE) && ${PRINTERDEVICE} == "html"

View File

@ -1,10 +1,10 @@
# @(#)Makefile 8.1 (Berkeley) 8/14/93
# $FreeBSD$
VOLUME= usd/04.csh
SRCS= tabs csh.1 csh.2 csh.3 csh.4 csh.a csh.g
MACROS= -ms
SRCDIR= ${.CURDIR}/../../../../bin/csh/USD.doc
USE_SOELIM= yes
VOLUME= usd/04.csh
SRCS= tabs csh.1 csh.2 csh.3 csh.4 csh.a csh.g
MACROS= -ms
USE_SOELIM= YES
SRCDIR= ${.CURDIR}/../../../../bin/csh/USD.doc
.include <bsd.doc.mk>

View File

@ -1,12 +1,11 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
# $FreeBSD$
VOLUME= usd/07.mail
SRCS= mail0.nr mail1.nr mail2.nr mail3.nr mail4.nr mail5.nr mail6.nr \
mail7.nr mail8.nr mail9.nr maila.nr
MACROS= -me
SRCDIR= ${.CURDIR}/../../../../usr.bin/mail/USD.doc
USE_TBL= yes
VOLUME= usd/07.mail
SRCS= mail0.nr mail1.nr mail2.nr mail3.nr mail4.nr mail5.nr mail6.nr \
mail7.nr mail8.nr mail9.nr maila.nr
MACROS= -me
USE_TBL= YES
SRCDIR= ${.CURDIR}/../../../../usr.bin/mail/USD.doc
.include <bsd.doc.mk>

View File

@ -1,8 +1,7 @@
# $FreeBSD$
SRCS= ex.summary
DOC= summary
DOC= summary
SRCS= ex.summary
USE_TBL= YES
.include <bsd.doc.mk>

View File

@ -1,11 +1,11 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
# $FreeBSD$
VOLUME= usd/11.edit
SRCS= edittut.ms
MACROS= -ms
SRCDIR= ${.CURDIR}/../../../../contrib/nvi/docs/USD.doc/edit
USE_TBL= yes
VOLUME= usd/11.edit
SRCS= edittut.ms
MACROS= -ms
USE_TBL= YES
SRCDIR= ${.CURDIR}/../../../../contrib/nvi/docs/USD.doc/edit
# index for versatec is different from the one in edit.tut
# because the fonts are different and entries reference page

View File

@ -1,6 +1,6 @@
# $FreeBSD$
SUBDIR= vi viapwh summary
SUBDIR= vi viapwh summary
.include <bsd.subdir.mk>

View File

@ -2,3 +2,4 @@
VOLUME= usd/12.vi
MACROS= -ms
SRCDIR= ${.CURDIR}/../../../../../contrib/nvi/docs/USD.doc/vitut

View File

@ -1,9 +1,7 @@
# $FreeBSD$
SRCS= vi.summary
DOC= summary
SRCDIR= ${.CURDIR}/../../../../../contrib/nvi/docs/USD.doc/vitut
DOC= summary
SRCS= vi.summary
USE_TBL= YES
.include <bsd.doc.mk>

View File

@ -1,9 +1,6 @@
# $FreeBSD$
SRCS= vi.in vi.chars
#DOC= tutorial
SRCDIR= ${.CURDIR}/../../../../../contrib/nvi/docs/USD.doc/vitut
SRCS= vi.in vi.chars
USE_TBL= YES
.include <bsd.doc.mk>

View File

@ -1,7 +1,6 @@
# $FreeBSD$
SRCS= vi.apwh.ms
DOC= viapwh
SRCDIR= ${.CURDIR}/../../../../../contrib/nvi/docs/USD.doc/vitut
SRCS= vi.apwh.ms
.include <bsd.doc.mk>

View File

@ -1,8 +1,8 @@
# $FreeBSD$
VOLUME= usd
SRCS= contents.ms
DOC= contents
SRCS= contents.ms
MACROS= -ms
.include <bsd.doc.mk>