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