]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - release/doc/zh_CN.GB2312/readme/Makefile
Document recent security advisories (since 9.2-RELEASE is released).
[FreeBSD/releng/10.0.git] / release / doc / zh_CN.GB2312 / readme / Makefile
1 # The FreeBSD Simplified Chinese Project
2 # Original Revision: 82872
3 #
4 # $FreeBSD$
5
6 RELN_ROOT?= ${.CURDIR}/../..
7 .ifdef NO_LANGCODE_IN_DESTDIR
8 DESTDIR?= ${DOCDIR}/readme
9 .else
10 DESTDIR?= ${DOCDIR}/zh_CN.GB2312/readme
11 .endif
12
13 DOC?= article
14 FORMATS?= html
15 INSTALL_COMPRESSED?= gz
16 INSTALL_ONLY_COMPRESSED?=
17
18
19 # SRCS lists the individual SGML files that make up the document. Changes
20 # to any of these files will force a rebuild
21 #
22
23 # SGML content
24 SRCS+=  article.xml
25
26 .include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
27 .include "${DOC_PREFIX}/share/mk/doc.project.mk"