doc/zh_TW.Big5/htdocs/layout/css/Makefile
Gabor Kovesdan 099677a42e - Make CSS files pull in the major part from the original
CSS files annd only override the necessary part.  This facilitates
  maintainability.

Approved by:	doceng (implicit)
2012-08-27 08:05:18 +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"