diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2003-09-05 09:38:54 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2003-09-05 09:38:54 +0000 |
commit | 0d0d78bb93f2e30d697c667277073281e38e4f1e (patch) | |
tree | 6b48e259c4f5c0ff8aae3a33d615e96c7e0df69b | |
parent | 81063d1dcbf9a4367a22177b26c056cc10d045f4 (diff) | |
download | FreeBSD-src-0d0d78bb93f2e30d697c667277073281e38e4f1e.zip FreeBSD-src-0d0d78bb93f2e30d697c667277073281e38e4f1e.tar.gz |
Allow the PS version of this paper to be built.
-rw-r--r-- | share/doc/papers/timecounter/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/share/doc/papers/timecounter/Makefile b/share/doc/papers/timecounter/Makefile index e866aad..252dba3 100644 --- a/share/doc/papers/timecounter/Makefile +++ b/share/doc/papers/timecounter/Makefile @@ -5,9 +5,16 @@ # or you will not get the illustration. VOLUME= papers DOC= timecounter -SRCS= tmac.usenix timecounter.ms +SRCS= tmac.usenix timecounter.ms-patched +EXTRA= fig1.eps fig2.eps fig3.eps fig4.eps fig5.eps gps.ps intr.ps +MACROS= -ms +CLEANFILES= timecounter.ms-patched USE_PIC=1 USE_EQN=1 USE_TBL=1 +timecounter.ms-patched: timecounter.ms + sed -E -e 's;(gps|intr).ps;${.CURDIR}/&;' -e 's;fig[0-9].eps;${.CURDIR}/&;' \ + ${.ALLSRC} > ${.TARGET} + .include <bsd.doc.mk> |