doc/ja_JP.eucJP/articles/contributors/Makefile
Gabor Kovesdan b4346b9b2d - Rename .sgml files to .xml
- Reflect the rename in referencing files

Approved by:	doceng (implicit)
2012-10-01 09:53:01 +00:00

29 lines
601 B
Makefile

#
# $FreeBSD$
#
# Article: Contributors to FreeBSD
#
# Original revision: 1.10
DOC?= article
FORMATS?= html
WITH_ARTICLE_TOC?= YES
INSTALL_COMPRESSED?=gz
INSTALL_ONLY_COMPRESSED?=
ORGDIR= ${DOC_PREFIX}/en_US.ISO8859-1/articles/contributors
SRCS= article.xml
SRCS+= ${ORGDIR}/contrib.ent
SRCS+= ${ORGDIR}/contrib.386bsd.xml
SRCS+= ${ORGDIR}/contrib.additional.xml
SRCS+= ${ORGDIR}/contrib.committers.xml
SRCS+= ${ORGDIR}/contrib.corealumni.xml
SRCS+= ${ORGDIR}/contrib.develalumni.xml
URL_RELPREFIX?= ../../../..
DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"