/share/doc/papers/timecounter/Makefile

https://bitbucket.org/freebsd/freebsd-head/ · Makefile · 20 lines · 13 code · 3 blank · 4 comment · 0 complexity · 1f8f561c9581aa0abb77a49b3e950ea9 MD5 · raw file

  1. # $FreeBSD$
  2. # You really want:
  3. # PRINTERDEVICE=ps
  4. # or you will not get the illustration.
  5. VOLUME= papers
  6. DOC= timecounter
  7. SRCS= tmac.usenix timecounter.ms-patched
  8. EXTRA= fig1.eps fig2.eps fig3.eps fig4.eps fig5.eps gps.ps intr.ps
  9. MACROS= -ms
  10. CLEANFILES= timecounter.ms-patched
  11. USE_PIC=
  12. USE_EQN=
  13. USE_TBL=
  14. timecounter.ms-patched: timecounter.ms
  15. sed -E -e 's;(gps|intr).ps;${.CURDIR}/&;' -e 's;fig[0-9].eps;${.CURDIR}/&;' \
  16. ${.ALLSRC} > ${.TARGET}
  17. .include <bsd.doc.mk>