diff --git a/en/advocacy/Makefile b/en/advocacy/Makefile index 1b22fddc47..9bf1638395 100644 --- a/en/advocacy/Makefile +++ b/en/advocacy/Makefile @@ -1,17 +1,17 @@ # Makefile for the advocacy site .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= index.sgml DOCS+= myths.sgml DOCS+= letter.sgml -INDEXLINK= advocacy.html +INDEXLINK= index.html .include "${WEB_PREFIX}/share/mk/web.site.mk"