Date: Thu, 23 Sep 1999 22:25:59 -0400 From: "Michael E. Mercer" <mmercer@ipass.net> To: freebsd-doc@freebsd.org Subject: can not find web.mk Message-ID: <37EAE137.C2EE926B@ipass.net>
index | next in thread | raw e-mail
hello,
I am trying to make all in the directory
/usr/doc/en_US.ISO_8859-1/tutorials
However I get this error:
root on redneckscorner, 1999/09/23 Thu 22:14:35
/usr/doc/en_US.ISO_8859-1/tutorials
> make
"Makefile", line 26: Could not find ../web.mk
make: fatal errors encountered -- cannot continue
The last line in this Makefile tries to include "../web.mk"
What Am I to do?
---------------------------------------------------
The corresponding Makefile is this:
root on redneckscorner, 1999/09/23 Thu 22:21:40
/usr/doc/en_US.ISO_8859-1/tutorials
> cat Makefile
# $FreeBSD: doc/en_US.ISO_8859-1/tutorials/Makefile,v 1.19 1999/09/06 06:53:10
peter Exp $
DOCS?= index.sgml
SUBDIR= devel
SUBDIR+= diskformat
SUBDIR+= disklessx
SUBDIR+= fonts
SUBDIR+= mh
SUBDIR+= multios
SUBDIR+= newuser
DOCSUBDIR= docproj-primer
DOCSUBDIR+= ddwg
DOCSUBDIR+= ppp
SGMLOPTS+= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr
.if defined $(NEW_BUILD)
SUBDIR=
.endif
.if defined(DOCBOOK_ONLY) && !empty(DOCBOOK_ONLY)
DOCSUBDIR=
.endif
WEBBASE?= /data/
.include "../web.mk"
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37EAE137.C2EE926B>
