2007-04-21 12:07:55 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
###################################################
|
|
|
|
# The FreeBSD Mongolian Documentation Project #
|
|
|
|
###################################################
|
|
|
|
|
|
|
|
.if exists(Makefile.conf)
|
|
|
|
.include "Makefile.conf"
|
|
|
|
.endif
|
|
|
|
.if exists(../Makefile.inc)
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
|
|
|
SUBDIR= doc
|
|
|
|
.endif
|
|
|
|
|
|
|
|
WEBDIR?= data/mn
|
|
|
|
|
2012-05-17 05:23:15 +02:00
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|