actual directories under /doc. This broke inter-document links if you started at http://www.freebsd.org/{FAQ,handbook}, instead of the longer .../doc/en_US.ISO8859-1/books/{faq,handbook}, and has caused a steady stream of complaints to -doc. Instead, have a static index.html in both those directories with a http-equiv="refresh" that points people to the right place. Adjust the build process to take account of this.
12 lines
270 B
Makefile
12 lines
270 B
Makefile
# $FreeBSD: www/en/docproj/Makefile,v 1.9 2001/07/31 00:24:23 murray Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DATA= index.html
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|