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