]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - release/doc/en_US.ISO8859-1/installation/Makefile
Add the installation article, copied from releng/9.2,
[FreeBSD/releng/10.0.git] / release / doc / en_US.ISO8859-1 / installation / Makefile
1 # $FreeBSD$
2
3 RELN_ROOT?= ${.CURDIR}/../..
4 .ifdef NO_LANGCODE_IN_DESTDIR
5 DESTDIR?= ${DOCDIR}/installation
6 .else
7 DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/installation
8 .endif
9
10 DOC?= article
11 FORMATS?= html
12 INSTALL_COMPRESSED?= gz
13 INSTALL_ONLY_COMPRESSED?=
14
15 # SGML content
16 SRCS+=  article.xml
17
18 .include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
19 .include "${DOC_PREFIX}/share/mk/doc.project.mk"