diff options
author | ru <ru@FreeBSD.org> | 2002-10-30 13:07:34 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-10-30 13:07:34 +0000 |
commit | ec66c70faab5002c663a1e10d8bba0018c71f8e8 (patch) | |
tree | f8bb9e69b707393031dbcf4f5efc065992ace004 /share/doc/psd/02.implement | |
parent | f84979c549f5edb206d28c7259993b1f742b9ce6 (diff) | |
download | FreeBSD-src-ec66c70faab5002c663a1e10d8bba0018c71f8e8.zip FreeBSD-src-ec66c70faab5002c663a1e10d8bba0018c71f8e8.tar.gz |
Fixes to get rid of CD_HACK.
Diffstat (limited to 'share/doc/psd/02.implement')
-rw-r--r-- | share/doc/psd/02.implement/Makefile | 8 | ||||
-rw-r--r-- | share/doc/psd/02.implement/implement | 4 |
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 |