Sync these Makefiles to have one style of declarations and comments.

This commit is contained in:
Alexey Zelkin 2004-04-06 16:10:08 +00:00
parent d823d69c90
commit 6d048e2320
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20561
37 changed files with 184 additions and 168 deletions

View file

@ -1,18 +1,21 @@
#
# $FreeBSD$
#
# Article: Design elements of the FreeBSD VM system
DOC?= article
FORMATS?= html
IMAGES_EN= fig1.eps fig2.eps fig3.eps fig4.eps
WITH_ARTICLE_TOC?= YES
INSTALL_COMPRESSED?=gz
INSTALL_ONLY_COMPRESSED?=
WITH_ARTICLE_TOC?=YES
SRCS= article.sgml
SRCS= article.sgml
IMAGES_EN= fig1.eps
IMAGES_EN+= fig2.eps
IMAGES_EN+= fig3.eps
IMAGES_EN+= fig4.eps
DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"