doc/es/internal/Makefile
Jesus Rodriguez Cuesta bfc66a75d2 Makefile:
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.
1999-05-11 15:07:08 +00:00

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"