From 2606f10a090c947a18a41bffc82f6b8d1d6e22d5 Mon Sep 17 00:00:00 2001 From: Michael Lucas Date: Mon, 5 Aug 2002 14:45:15 +0000 Subject: [PATCH] Hook wantlist to the build. --- en/donations/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/donations/Makefile b/en/donations/Makefile index 15a9652720..3ec0263d6c 100644 --- a/en/donations/Makefile +++ b/en/donations/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: www/en/donations/Makefile,v 1.1 2002/05/09 12:50:53 mwlucas Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" @@ -7,6 +7,6 @@ .include "../Makefile.inc" .endif -DOCS= index.sgml +DOCS= index.sgml wantlist.sgml .include "${WEB_PREFIX}/share/mk/web.site.mk"