Define default index page.

This commit is contained in:
Wolfram Schneider 1998-08-07 16:57:09 +00:00
parent a78046db14
commit 49985af4c0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3288
8 changed files with 23 additions and 8 deletions

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.1 1998-06-19 09:46:48 wosch Exp $
# $Id: Makefile,v 1.2 1998-08-07 16:57:09 wosch Exp $
.if exists(Makefile.conf)
.include "Makefile.conf"
@ -9,4 +9,6 @@ DOCS+= programmers.sgml
DOCS+= security.sgml
DOCS+= secure.sgml
INDEXLINK= security.html
.include "../web.mk"