791e5157f2
Makefile errata/Makefile errata/article.sgml relnotes/Makefile relnotes/Makefile.inc relnotes/alpha/Makefile relnotes/alpha/article.sgml relnotes/common/artheader.sgml relnotes/common/intro.sgml relnotes/common/new.sgml relnotes/common/relnotes.ent relnotes/common/upgrading.sgml relnotes/i386/Makefile relnotes/i386/article.sgml share/sgml/catalog share/sgml/release.dsl
23 lines
405 B
Makefile
23 lines
405 B
Makefile
# $FreeBSD$
|
|
# Original revision: 1.5
|
|
|
|
RELN_ROOT?= ${.CURDIR}/../..
|
|
.ifdef NO_LANGCODE_IN_DESTDIR
|
|
DESTDIR?= ${DOCDIR}/errata
|
|
.else
|
|
DESTDIR?= ${DOCDIR}/ja_JP.eucJP/errata
|
|
.endif
|
|
|
|
DOC?= article
|
|
FORMATS?= html
|
|
INSTALL_COMPRESSED?= gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
# SGML content
|
|
SRCS+= article.sgml
|
|
|
|
NO_TIDY?=YES
|
|
|
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|