articles. Also set the doc.langcode entity to doc.langcode.ko. PR: 205908 Submitted by: Hoyoung Kim <trig4800@gmail.com>
11 lines
230 B
Makefile
11 lines
230 B
Makefile
# The FreeBSD Korean Documentation Project
|
|
# $FreeBSD$
|
|
# Original Revision:
|
|
|
|
SUBDIR =
|
|
SUBDIR+= bsdl-gpl
|
|
SUBDIR+= contributing
|
|
SUBDIR+= explaining-bsd
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|