74a19dc131
articles. Also set the doc.langcode entity to doc.langcode.ko. PR: 205908 Submitted by: Hoyoung Kim <trig4800@gmail.com>
20 lines
329 B
Makefile
20 lines
329 B
Makefile
# The FreeBSD Korean Documentation Project
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
# Article: Contributing to FreeBSD
|
|
|
|
DOC?= article
|
|
|
|
FORMATS?= html
|
|
WITH_ARTICLE_TOC?= YES
|
|
|
|
INSTALL_COMPRESSED?=gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
SRCS= article.xml
|
|
|
|
URL_RELPREFIX?= ../../../..
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|