doc/zh_TW.UTF-8/htdocs/layout/css/Makefile
Li-Wen Hsu 163ba6b752 Convert zh_TW from Big5 to UTF-8.
Approved by:	bcr
2014-05-29 16:48:07 +00:00

21 lines
371 B
Makefile

#
# The FreeBSD Traditional Chinese Project
# Original Revision: 1.4
#
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DATA= fixed.css
DATA+= fixed_large.css
DATA+= global.css
DATA+= layout.css
DATA+= navigation.css
DATA+= text.css
.include "${DOC_PREFIX}/share/mk/web.site.mk"