diff options
Diffstat (limited to 'share/doc/psd/02.implement/Makefile')
-rw-r--r-- | share/doc/psd/02.implement/Makefile | 8 |
1 files changed, 6 insertions, 2 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> |