diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-10-30 13:07:34 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-10-30 13:07:34 +0000 |
| commit | abcdf29d48e18df62ecd77c78cf2e2eb0ca929c4 (patch) | |
| tree | f8bb9e69b707393031dbcf4f5efc065992ace004 /share/doc/psd/02.implement | |
| parent | f6b767e33f0703bc2ec629fb2b21a2d502903922 (diff) | |
Notes
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 67e415f2c262..51aaa80d54ab 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 debc03bce73a..f6ad7d759191 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 |
