doc/en_US.ISO8859-1/htdocs/layout/Makefile
Eitan Adler 798defac47 stats: revert r51804
Due to incomplete testing I hadn't noticed that this actually generated
"&&" rather than "&&" in the output. Revert for now while I
solicit some help getting this done right.
2018-06-20 01:07:56 +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"