]> CyberLeo.Net >> Repos - FreeBSD/releng/9.1.git/blob - release/doc/en_US.ISO8859-1/installation/Makefile
- Bump versions and revert XML migration of the release documents in
[FreeBSD/releng/9.1.git] / release / doc / en_US.ISO8859-1 / installation / Makefile
1 # $FreeBSD$
2
3 RELN_ROOT?= ${.CURDIR}/../..
4 LANGCODE=       en_US.ISO8859-1
5
6 .ifdef NO_LANGCODE_IN_DESTDIR
7 DESTDIR?= ${DOCDIR}/installation
8 .else
9 DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/installation
10 .endif
11
12 DOC?= article
13 FORMATS?= html
14 INSTALL_COMPRESSED?= gz
15 INSTALL_ONLY_COMPRESSED?=
16
17 # SGML content
18 SRCS+=  article.sgml
19
20 .include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
21 .include "${DOC_PREFIX}/share/mk/doc.project.mk"