Define default index page.
This commit is contained in:
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
|
@ -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= alpha.sgml
|
||||||
|
|
||||||
DOCS+= current.sgml
|
DOCS+= current.sgml
|
||||||
DOCS+= bootstrapping.sgml
|
DOCS+= bootstrapping.sgml
|
||||||
|
|
||||||
|
INDEXLINK=alpha.html
|
||||||
|
|
||||||
.include "../web.mk"
|
.include "../web.mk"
|
||||||
|
|
|
@ -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 = commercial.sgml
|
||||||
DOCS+= consulting.sgml
|
DOCS+= consulting.sgml
|
||||||
|
@ -6,4 +6,6 @@ DOCS+= hardware.sgml
|
||||||
DOCS+= misc.sgml
|
DOCS+= misc.sgml
|
||||||
DOCS+= software.sgml
|
DOCS+= software.sgml
|
||||||
|
|
||||||
|
INDEXLINK=commercial.html
|
||||||
|
|
||||||
.include <../web.mk>
|
.include <../web.mk>
|
||||||
|
|
|
@ -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= current.sgml
|
||||||
DOCS+= doc-set.sgml
|
DOCS+= doc-set.sgml
|
||||||
|
@ -8,4 +8,6 @@ DOCS+= who.sgml
|
||||||
DOCS+= translations.sgml
|
DOCS+= translations.sgml
|
||||||
DOCS+= docproj.sgml
|
DOCS+= docproj.sgml
|
||||||
|
|
||||||
|
INDEXLINK= docproj.html
|
||||||
|
|
||||||
.include "../web.mk"
|
.include "../web.mk"
|
||||||
|
|
|
@ -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 = gallery.sgml
|
||||||
DOCS+= cgallery.sgml
|
DOCS+= cgallery.sgml
|
||||||
DOCS+= npgallery.sgml
|
DOCS+= npgallery.sgml
|
||||||
DOCS+= pgallery.sgml
|
DOCS+= pgallery.sgml
|
||||||
|
|
||||||
|
INDEXLINK= gallery.html
|
||||||
|
|
||||||
CLEANFILES+= cgallery.inc npgallery.inc pgallery.inc
|
CLEANFILES+= cgallery.inc npgallery.inc pgallery.inc
|
||||||
|
|
||||||
cgallery.html: cgallery.sgml cgallery.inc
|
cgallery.html: cgallery.sgml cgallery.inc
|
||||||
|
|
|
@ -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= photos.sgml
|
||||||
DOCS+= internal.sgml
|
DOCS+= internal.sgml
|
||||||
|
@ -8,6 +8,8 @@ DOCS+= machines.sgml
|
||||||
DOCS+= mirror.sgml
|
DOCS+= mirror.sgml
|
||||||
DOCS+= resignation.sgml
|
DOCS+= resignation.sgml
|
||||||
|
|
||||||
|
INDEXLINK= internal.html
|
||||||
|
|
||||||
homepage.inc:
|
homepage.inc:
|
||||||
perl homepage.pl > ${.TARGET}
|
perl homepage.pl > ${.TARGET}
|
||||||
|
|
||||||
|
|
|
@ -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= projects.sgml
|
||||||
DOCS+= mozilla.sgml
|
DOCS+= mozilla.sgml
|
||||||
DOCS+= newbies.sgml
|
DOCS+= newbies.sgml
|
||||||
|
|
||||||
|
INDEXLINK= projects.html
|
||||||
|
|
||||||
.include "../web.mk"
|
.include "../web.mk"
|
||||||
|
|
|
@ -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+= index-site.sgml
|
||||||
DOCS+= search.sgml
|
DOCS+= search.sgml
|
||||||
DOCS+= searchhints.sgml
|
DOCS+= searchhints.sgml
|
||||||
DOCS+= search-mid.sgml
|
DOCS+= search-mid.sgml
|
||||||
|
|
||||||
|
INDEXLINK= search.html
|
||||||
CLEANFILES+=atoz.sgml site.sgml
|
CLEANFILES+=atoz.sgml site.sgml
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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)
|
.if exists(Makefile.conf)
|
||||||
.include "Makefile.conf"
|
.include "Makefile.conf"
|
||||||
|
@ -9,4 +9,6 @@ DOCS+= programmers.sgml
|
||||||
DOCS+= security.sgml
|
DOCS+= security.sgml
|
||||||
DOCS+= secure.sgml
|
DOCS+= secure.sgml
|
||||||
|
|
||||||
|
INDEXLINK= security.html
|
||||||
|
|
||||||
.include "../web.mk"
|
.include "../web.mk"
|
||||||
|
|
Loading…
Reference in a new issue