From ba74298626d15538dcb04855cb74af90ab0fccdd Mon Sep 17 00:00:00 2001 From: "Simon L. B. Nielsen" Date: Mon, 11 Aug 2003 20:50:57 +0000 Subject: [PATCH] Revert last commit to this Makefile and reconnect availability.sgml to the build, since otherwise it won't really work as a dummy redirect page. Pointy hat to: simon --- en/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/en/Makefile b/en/Makefile index 00fcb9ae9c..47e4311658 100644 --- a/en/Makefile +++ b/en/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD: www/en/Makefile,v 1.96 2003/05/15 17:32:00 jim Exp $ +# $FreeBSD: www/en/Makefile,v 1.97 2003/08/11 20:44:50 simon Exp $ .if exists(Makefile.conf) .include "Makefile.conf" .endif @@ -10,6 +10,7 @@ DOCS= applications.sgml DOCS+= auditors.sgml +DOCS+= availability.sgml DOCS+= docs.sgml DOCS+= features.sgml DOCS+= register.sgml