18bbf6badd
- Merge the following from the English version: 1.20 -> 1.23 errata/article.sgml
21 lines
391 B
Makefile
21 lines
391 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
|
|
|
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|