e12e171798
Submitted by: Hoyoung Kim <trig4800@gmail.com>
22 lines
342 B
Makefile
22 lines
342 B
Makefile
# The FreeBSD Korean Documentation Project
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
# BSDL vs GPL article.
|
|
#
|
|
# Original Revision:
|
|
|
|
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"
|