summaryrefslogtreecommitdiffstats
path: root/share/doc/psd/02.implement
diff options
context:
space:
mode:
Diffstat (limited to 'share/doc/psd/02.implement')
-rw-r--r--share/doc/psd/02.implement/Makefile8
-rw-r--r--share/doc/psd/02.implement/implement4
2 files changed, 6 insertions, 6 deletions
diff --git a/share/doc/psd/02.implement/Makefile b/share/doc/psd/02.implement/Makefile
index 67e415f..51aaa80 100644
--- a/share/doc/psd/02.implement/Makefile
+++ b/share/doc/psd/02.implement/Makefile
@@ -2,12 +2,16 @@
# $FreeBSD$
VOLUME= psd/02.implement
-SRCS= implement
+SRCS= stubs implement
EXTRA= ref.bib
MACROS= -ms
USE_PIC= YES
USE_REFER= YES
USE_SOELIM= YES
-CD_HACK= ${.CURDIR}
+CLEANFILES= stubs
+
+stubs:
+ @(echo .R1; echo database ${.CURDIR}/ref.bib; \
+ echo accumulate; echo .R2) > ${.TARGET}
.include <bsd.doc.mk>
diff --git a/share/doc/psd/02.implement/implement b/share/doc/psd/02.implement/implement
index debc03b..f6ad7d7 100644
--- a/share/doc/psd/02.implement/implement
+++ b/share/doc/psd/02.implement/implement
@@ -40,10 +40,6 @@
.\" @(#)implement 8.1 (Berkeley) 6/8/93
.\"
.\" $FreeBSD$
-.R1
-database ref.bib
-accumulate
-.R2
.EH 'PSD:2-%''UNIX Implementation'
.OH 'UNIX Implementation''PSD:2-%'
.de P1
OpenPOWER on IntegriCloud