Don't symlink index.html to index.html.

This commit is contained in:
Jun Kuriyama 2002-04-05 05:37:35 +00:00
parent 312c208028
commit 3fd33e27f0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12681

View file

@ -1,3 +1,5 @@
# $FreeBSD$
#
# Makefile for the advocacy site
.if exists(../Makefile.conf)
@ -11,7 +13,4 @@ DOCS= index.sgml
DOCS+= myths.sgml
DOCS+= letter.sgml
INDEXLINK= index.html
.include "${WEB_PREFIX}/share/mk/web.site.mk"