summaryrefslogtreecommitdiffstats
path: root/share/doc/papers
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-10-29 15:01:59 +0000
committerru <ru@FreeBSD.org>2002-10-29 15:01:59 +0000
commit683e5c5ffc1482fba15ed8baeee9ee18163e2043 (patch)
treebc812bbd00eb0c64dd1532b5b4da5af39cbb0c2d /share/doc/papers
parent9b8077fdcc4f70d72d1f9be03adbe9b8326d5ab2 (diff)
downloadFreeBSD-src-683e5c5ffc1482fba15ed8baeee9ee18163e2043.zip
FreeBSD-src-683e5c5ffc1482fba15ed8baeee9ee18163e2043.tar.gz
Use a single style for share/doc/ makefiles.
Diffstat (limited to 'share/doc/papers')
-rw-r--r--share/doc/papers/beyond4.3/Makefile2
-rw-r--r--share/doc/papers/devfs/Makefile10
-rw-r--r--share/doc/papers/diskperf/Makefile12
-rw-r--r--share/doc/papers/kerntune/Makefile18
-rw-r--r--share/doc/papers/malloc/Makefile7
-rw-r--r--share/doc/papers/nqnfs/Makefile12
6 files changed, 29 insertions, 32 deletions
diff --git a/share/doc/papers/beyond4.3/Makefile b/share/doc/papers/beyond4.3/Makefile
index 831c055..7d1fa49 100644
--- a/share/doc/papers/beyond4.3/Makefile
+++ b/share/doc/papers/beyond4.3/Makefile
@@ -2,8 +2,8 @@
# $FreeBSD$
VOLUME= papers
-SRCS= beyond43.ms
DOC= beyond43
+SRCS= beyond43.ms
MACROS= -ms
.include <bsd.doc.mk>
diff --git a/share/doc/papers/devfs/Makefile b/share/doc/papers/devfs/Makefile
index 830fd0f..8683c94 100644
--- a/share/doc/papers/devfs/Makefile
+++ b/share/doc/papers/devfs/Makefile
@@ -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>
diff --git a/share/doc/papers/diskperf/Makefile b/share/doc/papers/diskperf/Makefile
index 2dbe2a3..41acd7a 100644
--- a/share/doc/papers/diskperf/Makefile
+++ b/share/doc/papers/diskperf/Makefile
@@ -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>
diff --git a/share/doc/papers/kerntune/Makefile b/share/doc/papers/kerntune/Makefile
index 1e1bcf3..53e5a49 100644
--- a/share/doc/papers/kerntune/Makefile
+++ b/share/doc/papers/kerntune/Makefile
@@ -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>
diff --git a/share/doc/papers/malloc/Makefile b/share/doc/papers/malloc/Makefile
index 5e2c318..00e1e3d 100644
--- a/share/doc/papers/malloc/Makefile
+++ b/share/doc/papers/malloc/Makefile
@@ -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>
diff --git a/share/doc/papers/nqnfs/Makefile b/share/doc/papers/nqnfs/Makefile
index a937ed7..788873c 100644
--- a/share/doc/papers/nqnfs/Makefile
+++ b/share/doc/papers/nqnfs/Makefile
@@ -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>
OpenPOWER on IntegriCloud