doc/en/layout/js/Makefile
Glen Barber 5224f14211 Add javascript to the www/ tree for Google Analytics.
This will also be active on the doc/ tree once we're sure there are no
problems.

PR:		159634
Submitted by:	eadler
2011-08-15 00:30:17 +00:00

13 lines
290 B
Makefile

# $FreeBSD: www/en/layout/js/Makefile,v 1.1 2005/10/04 05:49:13 murray Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DATA= google.js \
styleswitcher.js
.include "${WEB_PREFIX}/share/mk/web.site.mk"