doc/ko_KR.UTF-8/articles/contributing/Makefile
Warren Block 74a19dc131 Add Korean translations of bsdl-gpl, explaining-bsd, and contributing
articles.  Also set the doc.langcode entity to doc.langcode.ko.

PR:		205908
Submitted by:	Hoyoung Kim <trig4800@gmail.com>
2016-01-16 17:22:29 +00:00

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"