doc/en_US.ISO8859-1/articles/fbsd-from-scratch/Makefile
Jens Schweikhardt cb61d5bff4 The scripts have been rewritten to separate code from data.
This allows to use different config files without having to
edit the code scripts.
2004-01-03 15:46:31 +00:00

26 lines
549 B
Makefile

#
# $FreeBSD$
#
# Article: FreeBSD From Scratch
DOC?= article
FORMATS?= html
MAINTAINER= schweikh@FreeBSD.org
INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=
# SGML content
SRCS= article.sgml stage_1.conf.default stage_1.sh stage_2.conf.default \
stage_2.sh stage_3.mk
DOC_PREFIX?= ${.CURDIR}/../../..
afterinstall:
${INSTALL_DOCS} ${.CURDIR}/stage_1.sh ${.CURDIR}/stage_1.conf.default \
${.CURDIR}/stage_2.sh ${.CURDIR}/stage_2.conf.default \
${.CURDIR}/stage_3.mk ${DESTDIR}
.include "${DOC_PREFIX}/share/mk/doc.project.mk"