aboutsummaryrefslogtreecommitdiff
path: root/it_IT.ISO8859-15/articles/vm-design/Makefile
blob: f4d95d0958ec6f52e11122ca36d62632c4e13d01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# $FreeBSD$
#
# Articolo: Elementi di progettazione del sistema di VM di FreeBSD

DOC?= article

FORMATS?= html
WITH_ARTICLE_TOC?= YES

SRCS=		article.xml
IMAGES_EN =	fig1.eps
IMAGES_EN+=	fig2.eps
IMAGES_EN+=	fig3.eps
IMAGES_EN+=	fig4.eps

INSTALL_COMPRESSED?=gz
INSTALL_ONLY_COMPRESSED?=


DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"