- Move files under <lang>/htdocs/share to <lang>/share. - s/WEB_PREFIX/DOC_PREFIX/ - Update the webupdate script to use the SVN repository. Approved by: doceng (implicit)
21 lines
573 B
Makefile
21 lines
573 B
Makefile
# $FreeBSDde: de-www/ipv6/Makefile,v 1.2 2012/02/12 09:51:12 jkois Exp $
|
|
# $FreeBSD$
|
|
# basiert auf: 1.5
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS+= index.sgml
|
|
|
|
#DATA+= ../../en/ipv6/IPv6-badge-blue-256-trans.png \
|
|
# ../../en/ipv6/IPv6-badge-blue-128-trans.png
|
|
#DATA+= ../../en/ipv6/w6d-www-stats-large.png \
|
|
# ../../en/ipv6/w6d-www-stats-v6-large.png \
|
|
# ../../en/ipv6/w6d-www-stats-v6.png \
|
|
# ../../en/ipv6/w6d-www-stats.png
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|