diff options
Diffstat (limited to 'share/doc/papers')
| -rw-r--r-- | share/doc/papers/beyond4.3/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/doc/papers/beyond4.3/Makefile b/share/doc/papers/beyond4.3/Makefile index f474dba9488d..02150fd6e3f6 100644 --- a/share/doc/papers/beyond4.3/Makefile +++ b/share/doc/papers/beyond4.3/Makefile @@ -1,7 +1,10 @@ # @(#)Makefile 5.2 (Berkeley) 6/8/93 -DIR= papers/beyond43 SRCS= beyond43.ms +DOC= beyond43 MACROS= -ms +paper.ps: ${SRCS} + ${TBL} ${SRCS} | ${ROFF} > ${.TARGET} + .include <bsd.doc.mk> |
