]> CyberLeo.Net >> Repos - FreeBSD/releng/9.1.git/blob - release/doc/Makefile
- Bump versions and revert XML migration of the release documents in
[FreeBSD/releng/9.1.git] / release / doc / Makefile
1 # $FreeBSD$
2 #
3 # The user can override the default language to build and install
4 # with the RELNOTES_LANG variable.
5
6 .if defined(RELNOTES_LANG) && !empty(RELNOTES_LANG)
7 SUBDIR+=        ${RELNOTES_LANG}
8 .else
9 SUBDIR+=        en_US.ISO8859-1
10 .endif
11 SUBDIR+=        share/sgml
12
13 RELN_ROOT?= ${.CURDIR}
14
15 .include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
16 .include "${DOC_PREFIX}/share/mk/doc.subdir.mk"