1305996Sgjb# $FreeBSD: releng/11.0/release/doc/en_US.ISO8859-1/installation/Makefile 305996 2016-09-19 19:18:01Z gjb $
2305996Sgjb
3305996SgjbRELN_ROOT?= ${.CURDIR}/../..
4305996Sgjb.ifdef NO_LANGCODE_IN_DESTDIR
5305996SgjbDESTDIR?= ${DOCDIR}/installation
6305996Sgjb.else
7305996SgjbDESTDIR?= ${DOCDIR}/en_US.ISO8859-1/installation
8305996Sgjb.endif
9305996Sgjb
10305996SgjbDOC?= article
11305996SgjbFORMATS?= html
12305996SgjbINSTALL_COMPRESSED?= gz
13305996SgjbINSTALL_ONLY_COMPRESSED?=
14305996Sgjb
15305996Sgjb# SGML content
16305996SgjbSRCS+=	article.xml
17305996Sgjb
18305996Sgjb.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
19305996Sgjb.include "${DOC_PREFIX}/share/mk/doc.project.mk"
20