doc/en/docproj/Makefile
Wolfram Schneider fc6094e38b Remove the quotes from exists("filename"). Make(1) considered the
quotes as part of the filename.

Submitted by: volf@oasis.IAEhv.nl
1998-08-11 11:43:53 +00:00

17 lines
315 B
Makefile

# $Id: Makefile,v 1.6 1998-08-11 11:43:51 wosch Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
DOCS= current.sgml
DOCS+= doc-set.sgml
DOCS+= sgml.sgml
DOCS+= submitting.sgml
DOCS+= who.sgml
DOCS+= translations.sgml
DOCS+= docproj.sgml
INDEXLINK= docproj.html
.include "../web.mk"