From 49985af4c0dfbe408aaf9d1666acdf9d947af8a7 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Fri, 7 Aug 1998 16:57:09 +0000 Subject: [PATCH] Define default index page. --- en/alpha/Makefile | 4 +++- en/commercial/Makefile | 4 +++- en/docproj/Makefile | 4 +++- en/gallery/Makefile | 4 +++- en/internal/Makefile | 4 +++- en/projects/Makefile | 4 +++- en/search/Makefile | 3 ++- en/security/Makefile | 4 +++- 8 files changed, 23 insertions(+), 8 deletions(-) diff --git a/en/alpha/Makefile b/en/alpha/Makefile index b0151746af..430d96076a 100644 --- a/en/alpha/Makefile +++ b/en/alpha/Makefile @@ -1,8 +1,10 @@ -# $Id: Makefile,v 1.1 1998-07-14 18:54:31 wosch Exp $ +# $Id: Makefile,v 1.2 1998-08-07 16:56:59 wosch Exp $ DOCS= alpha.sgml DOCS+= current.sgml DOCS+= bootstrapping.sgml + +INDEXLINK=alpha.html .include "../web.mk" diff --git a/en/commercial/Makefile b/en/commercial/Makefile index eb24a81b7c..e23c6c8dc3 100644 --- a/en/commercial/Makefile +++ b/en/commercial/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1998-08-03 09:47:51 wosch Exp $ +# $Id: Makefile,v 1.3 1998-08-07 16:57:08 wosch Exp $ DOCS = commercial.sgml DOCS+= consulting.sgml @@ -6,4 +6,6 @@ DOCS+= hardware.sgml DOCS+= misc.sgml DOCS+= software.sgml +INDEXLINK=commercial.html + .include <../web.mk> diff --git a/en/docproj/Makefile b/en/docproj/Makefile index 1691c1a16f..cac4b34340 100644 --- a/en/docproj/Makefile +++ b/en/docproj/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1998-08-03 09:51:12 wosch Exp $ +# $Id: Makefile,v 1.4 1998-08-07 16:57:08 wosch Exp $ DOCS= current.sgml DOCS+= doc-set.sgml @@ -8,4 +8,6 @@ DOCS+= who.sgml DOCS+= translations.sgml DOCS+= docproj.sgml +INDEXLINK= docproj.html + .include "../web.mk" diff --git a/en/gallery/Makefile b/en/gallery/Makefile index e387339fc8..d061ab4c2d 100644 --- a/en/gallery/Makefile +++ b/en/gallery/Makefile @@ -1,10 +1,12 @@ -# $Id: Makefile,v 1.2 1998-08-03 15:37:48 wosch Exp $ +# $Id: Makefile,v 1.3 1998-08-07 16:57:08 wosch Exp $ DOCS = gallery.sgml DOCS+= cgallery.sgml DOCS+= npgallery.sgml DOCS+= pgallery.sgml +INDEXLINK= gallery.html + CLEANFILES+= cgallery.inc npgallery.inc pgallery.inc cgallery.html: cgallery.sgml cgallery.inc diff --git a/en/internal/Makefile b/en/internal/Makefile index 071ff33ce4..b0673a5d82 100644 --- a/en/internal/Makefile +++ b/en/internal/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 1998-08-03 16:03:32 wosch Exp $ +# $Id: Makefile,v 1.7 1998-08-07 16:57:08 wosch Exp $ DOCS= photos.sgml DOCS+= internal.sgml @@ -8,6 +8,8 @@ DOCS+= machines.sgml DOCS+= mirror.sgml DOCS+= resignation.sgml +INDEXLINK= internal.html + homepage.inc: perl homepage.pl > ${.TARGET} diff --git a/en/projects/Makefile b/en/projects/Makefile index 23dede873a..afeb9be2d6 100644 --- a/en/projects/Makefile +++ b/en/projects/Makefile @@ -1,7 +1,9 @@ -# $Id: Makefile,v 1.2 1998-08-03 10:11:48 wosch Exp $ +# $Id: Makefile,v 1.3 1998-08-07 16:57:08 wosch Exp $ DOCS= projects.sgml DOCS+= mozilla.sgml DOCS+= newbies.sgml +INDEXLINK= projects.html + .include "../web.mk" diff --git a/en/search/Makefile b/en/search/Makefile index e2ac33e171..2f95425f36 100644 --- a/en/search/Makefile +++ b/en/search/Makefile @@ -1,10 +1,11 @@ -# $Id: Makefile,v 1.1 1998-08-03 15:39:17 wosch Exp $ +# $Id: Makefile,v 1.2 1998-08-07 16:57:08 wosch Exp $ DOCS+= index-site.sgml DOCS+= search.sgml DOCS+= searchhints.sgml DOCS+= search-mid.sgml +INDEXLINK= search.html CLEANFILES+=atoz.sgml site.sgml diff --git a/en/security/Makefile b/en/security/Makefile index 947ceb0607..9e783541d8 100644 --- a/en/security/Makefile +++ b/en/security/Makefile @@ -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"