diff --git a/en_US.ISO8859-1/articles/releng/Makefile b/en_US.ISO8859-1/articles/releng/Makefile index e6fa40b34e..8a85f8624d 100644 --- a/en_US.ISO8859-1/articles/releng/Makefile +++ b/en_US.ISO8859-1/articles/releng/Makefile @@ -1,27 +1,21 @@ # # $FreeBSD$ # # Article: FreeBSD Release Engineering DOC?= article FORMATS?= html INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= # SGML content 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"