- add entry for translators - add trademarks articles/dialup-firewall - add entry for translators.ent - add translator's info articles/explaining-bsd - Cosmetic changes on Makefile - add translators.ent - add translator's info - a lot of cosmetic changes articles/fbsd-from-scratch - add entry for translators.ent - add translators' info articles/laptop - add "WITH_TOC" on Makefile - add entry for translators.ent - add translators' entry articles/problem-reports - correct several typos articles/zip-drive - add entry for translators.ent - add translators' info articles/Makefile New article added: cvs-freebsd Submitted by: Jesus R. Camou jcamou at es.FreeBSD.org Approved by: jesusr (mentor)
27 lines
452 B
Makefile
27 lines
452 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
# Article: FreeBSD From Scratch
|
|
|
|
DOC?= article
|
|
|
|
FORMATS?= html
|
|
|
|
MAINTAINER= schweikh@FreeBSD.org
|
|
|
|
INSTALL_COMPRESSED?= gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
#
|
|
WITH_ARTICLE_TOC?=YES
|
|
|
|
# SGML content
|
|
SRCS= article.sgml fase_1.sh fase_2.sh fase_3.mk
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
|
|
afterinstall:
|
|
${INSTALL_DOCS} ${.CURDIR}/fase_1.sh ${.CURDIR}/fase_2.sh \
|
|
${.CURDIR}/fase_3.mk ${DESTDIR}
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|