b4346b9b2d
- Reflect the rename in referencing files Approved by: doceng (implicit)
22 lines
375 B
Makefile
22 lines
375 B
Makefile
#
|
|
# $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"
|