diff --git a/en_US.ISO8859-1/articles/releng/Makefile b/en_US.ISO8859-1/articles/releng/Makefile index dc965a56ed..e0b1644e27 100644 --- a/en_US.ISO8859-1/articles/releng/Makefile +++ b/en_US.ISO8859-1/articles/releng/Makefile @@ -1,27 +1,27 @@ # # $FreeBSD$ # # Article: FreeBSD Release Engineering DOC?= article FORMATS?= html INSTALL_COMPRESSED?= gz -INSTALL_ONLY_COMPRESSED?= true +INSTALL_ONLY_COMPRESSED?= # SGML content SRCS= article.sgml branches.ascii # IMAGES IMAGES= branches.eps CLEANFILES+= branches.ps branches.eps DOC_PREFIX?= ${.CURDIR}/../../.. branches.eps: branches.pic ${PIC2PS} branches.pic > branches.ps ${PS2EPS} branches.ps branches.eps .include "${DOC_PREFIX}/share/mk/doc.project.mk"