Deleted Added
full compact
Makefile (164989) Makefile (241096)
1# $FreeBSD: head/release/doc/en_US.ISO8859-1/relnotes/Makefile 164989 2006-12-07 17:45:45Z hrs $
1# $FreeBSD: head/release/doc/en_US.ISO8859-1/relnotes/Makefile 241096 2012-10-01 11:26:49Z gabor $
2
3RELN_ROOT?= ${.CURDIR}/../..
4
5.ifdef NO_LANGCODE_IN_DESTDIR
6DESTDIR?= ${DOCDIR}/relnotes
7.else
8DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/relnotes
9.endif
10
11DOC?= article
12FORMATS?= html
13INSTALL_COMPRESSED?= gz
14INSTALL_ONLY_COMPRESSED?=
15
16JADEFLAGS+= -V %generate-article-toc%
17
18# SGML content
2
3RELN_ROOT?= ${.CURDIR}/../..
4
5.ifdef NO_LANGCODE_IN_DESTDIR
6DESTDIR?= ${DOCDIR}/relnotes
7.else
8DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/relnotes
9.endif
10
11DOC?= article
12FORMATS?= html
13INSTALL_COMPRESSED?= gz
14INSTALL_ONLY_COMPRESSED?=
15
16JADEFLAGS+= -V %generate-article-toc%
17
18# SGML content
19SRCS+= article.sgml
19SRCS+= article.xml
20
21URL_RELPREFIX?= ../../../..
22
23.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
24.include "${DOC_PREFIX}/share/mk/doc.project.mk"
20
21URL_RELPREFIX?= ../../../..
22
23.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
24.include "${DOC_PREFIX}/share/mk/doc.project.mk"