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