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:
parent
d5a4400b57
commit
955f217736
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12064
1 changed files with 1 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue