Deleted Added
sdiff udiff text old ( 164989 ) new ( 241096 )
full compact
1# $FreeBSD: head/release/doc/en_US.ISO8859-1/relnotes/Makefile 164989 2006-12-07 17:45:45Z hrs $
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
20
21URL_RELPREFIX?= ../../../..
22
23.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
24.include "${DOC_PREFIX}/share/mk/doc.project.mk"