21 lines
371 B
Makefile
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"
|