doc/en_US.ISO8859-1/htdocs/layout/Makefile
Gabor Kovesdan b2153405c5 - Strip CR characters
Approved by:	doceng (implicit)
2012-08-21 18:58:49 +00:00

14 lines
228 B
Makefile

# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
SUBDIR= css
SUBDIR+= images
SUBDIR+= js
.include "${DOC_PREFIX}/share/mk/web.site.mk"