diff options
author | Xin LI <delphij@FreeBSD.org> | 2013-11-14 00:20:51 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2013-11-14 00:20:51 +0000 |
commit | 797a990cf709e43fdcfa0f1b0b8b8e0127076002 (patch) | |
tree | 38ebab2823385023d1fa54018fceb14262c4cf93 /zh_CN.UTF-8/htdocs/layout/Makefile | |
parent | 8ff93b9827e6bfbbae625ff0d45eb2ce00ebe029 (diff) |
Notes
Diffstat (limited to 'zh_CN.UTF-8/htdocs/layout/Makefile')
-rw-r--r-- | zh_CN.UTF-8/htdocs/layout/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/zh_CN.UTF-8/htdocs/layout/Makefile b/zh_CN.UTF-8/htdocs/layout/Makefile new file mode 100644 index 0000000000..ddb3903e1e --- /dev/null +++ b/zh_CN.UTF-8/htdocs/layout/Makefile @@ -0,0 +1,15 @@ +# The FreeBSD Simplified Chinese Project +# Original Revision: 1.1 +# +# $FreeBSD$ + +.if exists(../Makefile.conf) +.include "../Makefile.conf" +.endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + +SUBDIR= css + +.include "${DOC_PREFIX}/share/mk/web.site.mk" |