18 lines
314 B
Makefile
18 lines
314 B
Makefile
# $Id: Makefile,v 1.5 1999-05-11 12:13:06 wosch Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
|
|
DOCS= photos.sgml
|
|
DOCS+= internal.sgml
|
|
DOCS+= about.sgml
|
|
DOCS+= machines.sgml
|
|
DOCS+= mirror.sgml
|
|
DOCS+= statistic.sgml
|
|
|
|
INDEXLINK= internal.html
|
|
|
|
DATA+= README.mirror
|
|
|
|
.include "../web.mk"
|