docproj.sgml, and added a new 'docproj' directory which contains other project related .sgml files (and a Makefile). Updated the main Makefile to include this new directory. Reviewed by the various members of the -doc mailing list (including John Fieber) over the past week or so.
9 lines
203 B
Makefile
9 lines
203 B
Makefile
# $Id: Makefile,v 1.1 1998-03-31 20:11:35 nik Exp $
|
|
|
|
.if exists(Makefile.conf)
|
|
.include "Makefile.conf"
|
|
.endif
|
|
|
|
DOCS= current.sgml doc-set.sgml sgml.sgml submitting.sgml who.sgml
|
|
|
|
.include "../web.mk"
|