Convert the PIC diagram into the necessary image formats in a slightly

less-hackish way, so that PDFs, PostScript files, and PNG images can
be built with or without OBJDIR.
This commit is contained in:
Murray Stokely 2002-02-02 20:32:35 +00:00
parent d5a4400b57
commit 955f217736
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12064

View file

@ -14,14 +14,8 @@ INSTALL_ONLY_COMPRESSED?=
SRCS= article.sgml branches.ascii
# IMAGES
IMAGES= branches.eps
CLEANFILES+= branches.ps branches.eps
IMAGES= branches.pic
DOC_PREFIX?= ${.CURDIR}/../../..
branches.eps: branches.pic
${PIC2PS} ${.CURDIR}/branches.pic > branches.ps
${PS2EPS} branches.ps branches.eps
.include "${DOC_PREFIX}/share/mk/doc.project.mk"