]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - release/doc/en_US.ISO8859-1/relnotes/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / release / doc / en_US.ISO8859-1 / relnotes / Makefile
1 # $FreeBSD$
2
3 RELN_ROOT?= ${.CURDIR}/../..
4
5 .ifdef NO_LANGCODE_IN_DESTDIR
6 DESTDIR?=       ${DOCDIR}/relnotes
7 .else
8 DESTDIR?=       ${DOCDIR}/en_US.ISO8859-1/relnotes
9 .endif
10
11 DOC?= article
12 FORMATS?= html
13 INSTALL_COMPRESSED?= gz
14 INSTALL_ONLY_COMPRESSED?=
15
16 JADEFLAGS+=     -V %generate-article-toc%
17
18 # SGML content
19 SRCS+=  article.xml
20
21 URL_RELPREFIX?= ../../../..
22
23 .include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
24 .include "${DOC_PREFIX}/share/mk/doc.project.mk"