summaryrefslogtreecommitdiffstats
path: root/share/doc/psd
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-22 10:41:12 +0000
committerru <ru@FreeBSD.org>2002-05-22 10:41:12 +0000
commit44014b90c338204532a5a9f7440e545bfe787dfe (patch)
tree09c9b6858df1326d1e49605cc251264ae8ac37f6 /share/doc/psd
parent5dc994e2ab18181eb25b5d609454d6d9da43ccb1 (diff)
downloadFreeBSD-src-44014b90c338204532a5a9f7440e545bfe787dfe.zip
FreeBSD-src-44014b90c338204532a5a9f7440e545bfe787dfe.tar.gz
Fixed build of recently added legacy docs.
Reviewed by: grog
Diffstat (limited to 'share/doc/psd')
-rw-r--r--share/doc/psd/03.iosys/Makefile20
-rw-r--r--share/doc/psd/06.Clang/Makefile2
-rw-r--r--share/doc/psd/15.yacc/Makefile1
-rw-r--r--share/doc/psd/16.lex/Makefile3
-rw-r--r--share/doc/psd/17.m4/Makefile3
-rw-r--r--share/doc/psd/Makefile4
6 files changed, 6 insertions, 27 deletions
diff --git a/share/doc/psd/03.iosys/Makefile b/share/doc/psd/03.iosys/Makefile
index 2cf421d..113bf90 100644
--- a/share/doc/psd/03.iosys/Makefile
+++ b/share/doc/psd/03.iosys/Makefile
@@ -1,26 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/8/93
# $FreeBSD$
-DIR= psd/03.iosys
+VOLUME= psd/03.iosys
SRCS= iosys
MACROS= -ms
-GROFF= groff
-
-all: paper.ps paper.ascii
-
-paper.ps: ${SRCS}
- ${GROFF} ${MACROS} ${SRCS} > ${.TARGET}
-
-paper.ascii: ${SRCS}
- ${ROFF} ${MACROS} ${SRCS} > ${.TARGET}
-
-paper.ascii.gz: paper.ascii
-paper.ps.gz: paper.ps
-
-paper.ascii.gz paper.ps.gz:
- gzip -f ${.TARGET:.gz=}
-
-clean:
- rm -f paper.* *.spell errs Errs make.out
.include <bsd.doc.mk>
diff --git a/share/doc/psd/06.Clang/Makefile b/share/doc/psd/06.Clang/Makefile
index 28bc687..6a86e26 100644
--- a/share/doc/psd/06.Clang/Makefile
+++ b/share/doc/psd/06.Clang/Makefile
@@ -1,7 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/8/93
# $FreeBSD$
-DIR= psd/06.Clang
+VOLUME= psd/06.Clang
SRCS= Clang.ms
MACROS= -ms
diff --git a/share/doc/psd/15.yacc/Makefile b/share/doc/psd/15.yacc/Makefile
index dff226a..91928f9 100644
--- a/share/doc/psd/15.yacc/Makefile
+++ b/share/doc/psd/15.yacc/Makefile
@@ -4,6 +4,5 @@
VOLUME= psd/15.yacc
SRCS= ss.. ss0 ss1 ss2 ss3 ss4 ss5 ss6 ss7 ss8 ss9 ssA ssB ssa ssb ssc ssd
MACROS= -ms
-GROFF= groff
.include <bsd.doc.mk>
diff --git a/share/doc/psd/16.lex/Makefile b/share/doc/psd/16.lex/Makefile
index 4995027..c8745fe 100644
--- a/share/doc/psd/16.lex/Makefile
+++ b/share/doc/psd/16.lex/Makefile
@@ -1,9 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/8/93
# $FreeBSD$
-DIR= psd/16.lex
+VOLUME= psd/16.lex
SRCS= lex.ms
MACROS= -ms
-GROFF= groff
.include <bsd.doc.mk>
diff --git a/share/doc/psd/17.m4/Makefile b/share/doc/psd/17.m4/Makefile
index 9ba5412..c48921f 100644
--- a/share/doc/psd/17.m4/Makefile
+++ b/share/doc/psd/17.m4/Makefile
@@ -1,9 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/8/93
# $FreeBSD$
-DIR= psd/17.m4
+VOLUME= psd/17.m4
SRCS= m4.ms
MACROS= -ms
-GROFF= groff
.include <bsd.doc.mk>
diff --git a/share/doc/psd/Makefile b/share/doc/psd/Makefile
index be507d0..8a0ae8d 100644
--- a/share/doc/psd/Makefile
+++ b/share/doc/psd/Makefile
@@ -12,8 +12,8 @@
# 11.adb 14.sccs 19.curses
SUBDIR= title contents
-SUBDIR+= 01.cacm 02.implement 05.sysman 06.Clang 12.make
-SUBDIR+= 13.rcs 15.yacc 16.lex 18.gprof 20.ipctut 21.ipc
+SUBDIR+= 01.cacm 02.implement 03.iosys 04.uprog 05.sysman 06.Clang 12.make
+SUBDIR+= 13.rcs 15.yacc 16.lex 17.m4 18.gprof 20.ipctut 21.ipc
# The following modules don't appear in the O'Reilly book, but
# are in the 4.4BSD distribution.
OpenPOWER on IntegriCloud