bfc66a75d2
Add developer.sgml file developer.sgml: Added resources for FreeBSD commiters. On last commit i forgot to make "cvs add" for new developer.sgml file. Thanks to Wolfram for point it.
19 lines
337 B
Makefile
19 lines
337 B
Makefile
# $Id: Makefile,v 1.6 1999-05-11 15:07:06 jesusr 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
|
|
DOCS+= developer.sgml
|
|
|
|
INDEXLINK= internal.html
|
|
|
|
DATA+= README.mirror
|
|
|
|
.include "../web.mk"
|