Switch web.mk to share/mk/web.site.mk in English version.

This commit is contained in:
Jun Kuriyama 2000-11-07 04:05:37 +00:00
parent 8c9a679a8c
commit dd4f2e8d8f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8299
59 changed files with 416 additions and 95 deletions

3
Makefile.inc Normal file
View file

@ -0,0 +1,3 @@
# $FreeBSD$
WEB_PREFIX?= ${.CURDIR}/..

View file

@ -1,3 +1,4 @@
# $FreeBSD$
# $FreeBSD: www/en/Makefile.inc,v 1.7 1999/09/06 07:02:36 peter Exp $
WEBBASE?= /data
WEB_PREFIX?= ${.CURDIR}/../..

View file

@ -1,11 +1,14 @@
# $FreeBSD$
# $FreeBSD: www/en/alpha/Makefile,v 1.6 1999/09/06 07:02:39 peter Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= alpha.sgml
INDEXLINK=alpha.html
.include "../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,8 +1,11 @@
# $FreeBSD: www/en/cgi/Makefile,v 1.15 1999/09/06 07:02:39 peter Exp $
# $FreeBSD: www/en/cgi/Makefile,v 1.16 2000/08/14 04:57:27 knu Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DATA= ftp.mirrors
DATA+= cvsweb.conf cvsweb.conf-freebsd cvsweb.conf-netbsd cvsweb.conf-openbsd
@ -17,5 +20,4 @@ CGI+= mailindex.cgi
.C.cgi:
${CXX} ${CFLAGS} -o ${.TARGET} ${.IMPSRC}
.include "../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,8 +1,11 @@
# $FreeBSD: www/en/commercial/Makefile,v 1.12 2000/04/04 09:21:21 kuriyama Exp $
# $FreeBSD: www/en/commercial/Makefile,v 1.13 2000/09/30 00:21:38 nbm Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
PERL= perl5
@ -48,4 +51,4 @@ software.inc: gencommercial.pl commercial.desc software.raw
software_bycat.inc: gencommercial.pl commercial.desc software.raw
${PERL} ${.CURDIR}/gencommercial.pl -s ${.CURDIR} -c software
.include <../web.mk>
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,11 +1,14 @@
# $FreeBSD: www/en/docproj/Makefile,v 1.7 1999/09/06 07:02:43 peter Exp $
# $FreeBSD: www/en/conspectus/Makefile,v 1.1 2000/05/31 20:35:46 nik Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= index.sgml
SUBDIR= stable
.include "../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,4 @@
# $FreeBSD$
# $FreeBSD: www/en/conspectus/Makefile.inc,v 1.1 2000/06/10 00:31:52 nik Exp $
WEBBASE?= /data/conspectus
WEB_PREFIX?= ${.CURDIR}/../../..

View file

@ -1,9 +1,12 @@
# $FreeBSD: www/en/docproj/Makefile,v 1.7 1999/09/06 07:02:43 peter Exp $
# $FreeBSD: www/en/conspectus/stable/2000/05/Makefile,v 1.1 2000/05/31 20:35:47 nik Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= 29.sgml
.include "../../../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,10 +1,13 @@
# $FreeBSD: www/en/conspectus/stable/2000/06/Makefile,v 1.1 2000/06/17 13:13:11 nik Exp $
# $FreeBSD: www/en/conspectus/stable/2000/06/Makefile,v 1.2 2000/07/03 23:49:29 nik Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= 05.sgml
DOCS+= 12.sgml
.include "../../../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,12 +1,15 @@
# $FreeBSD: www/en/conspectus/stable/2000/Makefile,v 1.1 2000/05/31 20:35:47 nik Exp $
# $FreeBSD: www/en/conspectus/stable/2000/Makefile,v 1.2 2000/06/17 13:15:37 nik Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= index.sgml
SUBDIR= 05
SUBDIR+= 06
.include "../../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,4 @@
# $FreeBSD$
# $FreeBSD: www/en/conspectus/stable/2000/Makefile.inc,v 1.1 2000/06/10 00:31:53 nik Exp $
WEBBASE?= /data/conspectus/stable/2000
WEB_PREFIX?= ${.CURDIR}/../../../../..

View file

@ -1,9 +1,12 @@
# $FreeBSD: www/en/docproj/Makefile,v 1.7 1999/09/06 07:02:43 peter Exp $
# $FreeBSD: www/en/conspectus/stable/Makefile,v 1.1 2000/05/31 20:35:47 nik Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
SUBDIR= 2000
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,4 @@
# $FreeBSD$
# $FreeBSD: www/en/conspectus/stable/Makefile.inc,v 1.1 2000/06/10 00:31:53 nik Exp $
WEBBASE?= /data/conspectus/stable
WEB_PREFIX?= ${.CURDIR}/../../../..

View file

@ -1,8 +1,11 @@
# $FreeBSD: www/en/copyright/Makefile,v 1.8 1999/09/06 07:02:42 peter Exp $
# $FreeBSD: www/en/copyright/Makefile,v 1.9 1999/09/19 11:10:34 wosch Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= license.sgml
DOCS+= freebsd-license.sgml
@ -32,4 +35,4 @@ ${LEGAL}: $${CVSROOT}/${LEGAL_FILE},v
cvs ${CVS_OPT} co -p ${LEGAL_FILE} > ${.TARGET}
.endif
.include "../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,8 +1,11 @@
# $FreeBSD$
# $FreeBSD: www/en/docproj/Makefile,v 1.7 1999/09/06 07:02:43 peter Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= current.sgml
DOCS+= doc-set.sgml
@ -14,4 +17,4 @@ DOCS+= docproj.sgml
INDEXLINK= docproj.html
.include "../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,8 +1,11 @@
# $FreeBSD: www/en/gallery/Makefile,v 1.9 2000/04/20 16:40:58 phantom Exp $
# $FreeBSD: www/en/gallery/Makefile,v 1.10 2000/09/30 00:21:39 nbm Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS = gallery.sgml
DOCS+= cgallery.sgml
@ -32,5 +35,4 @@ gallery.inc: gallery.db gallery.sgml
print qq/<!ENTITY num./.lc($$1).qq/ CDATA "$$2">\n/' \
> gallery.inc
.include "../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,8 +1,11 @@
# $FreeBSD: www/en/gifs/Makefile,v 1.30 1999/10/20 19:49:15 motoyuki Exp $
# $FreeBSD: www/en/gifs/Makefile,v 1.31 2000/10/26 12:29:41 cjh Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DATA= apache.gif apachepower.gif daemon.gif dir.gif doc.gif
DATA+= home.gif littlelogo.gif new.gif power-button.gif
@ -43,4 +46,4 @@ DATA+= darbylogo.gif
DATA+= bsdmagazine.jpg
DATA+= aboutf.jpg aboutfb.jpg
.include "../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,8 +1,11 @@
# $FreeBSD: www/en/internal/Makefile,v 1.21 2000/03/12 21:44:02 phantom Exp $
# $FreeBSD: www/en/internal/Makefile,v 1.22 2000/04/20 16:40:11 phantom Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= photos.sgml
DOCS+= internal.sgml
@ -30,4 +33,4 @@ CLEANFILES+= homepage.inc
DATA+= README.mirror
.include "../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,8 +1,11 @@
# $FreeBSD: www/en/java/Makefile,v 1.1 2000/01/29 14:16:53 wosch Exp $
# $FreeBSD: www/en/java/Makefile,v 1.2 2000/03/02 15:55:14 phantom Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
SUBDIR = dists
SUBDIR+= docs
@ -17,4 +20,4 @@ DOCS+= press.sgml
DATA= j2j.gif
.include "../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,4 @@
# $FreeBSD$
# $FreeBSD: www/en/java/Makefile.inc,v 1.1 2000/03/02 15:55:14 phantom Exp $
WEBBASE?= /data/java
WEBBASE?= /data/java
WEB_PREFIX?= ${.CURDIR}/../../..

View file

@ -1,4 +1,11 @@
# $FreeBSD$
# $FreeBSD: www/en/java/dists/Makefile,v 1.3 2000/03/02 15:55:29 phantom Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS = 10.sgml
DOCS+= 11.sgml
@ -6,4 +13,4 @@ DOCS+= 12.sgml
DOCS+= 13.sgml
DOCS+= index.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,4 +1,11 @@
# $FreeBSD: www/en/java/docs/Makefile,v 1.2 2000/03/02 15:55:52 phantom Exp $
# $FreeBSD: www/en/java/docs/Makefile,v 1.3 2000/05/03 14:14:27 patrick Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS = faq.sgml
DOCS+= howtoports.sgml
@ -6,4 +13,4 @@ DOCS+= newbies.sgml
DOCS+= tutorials.sgml
DOCS+= performance.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,4 +1,11 @@
# $FreeBSD$
# $FreeBSD: www/en/java/links/Makefile,v 1.2 2000/03/02 15:55:53 phantom Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS = freebsd.sgml
DOCS+= tools.sgml
@ -11,4 +18,4 @@ DOCS+= vendor.sgml
DOCS+= documentation.sgml
DOCS+= servlets.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,9 +1,12 @@
# $FreeBSD: www/en/news/1996/Makefile,v 1.1 2000/03/21 18:45:11 nik Exp $
# $FreeBSD: www/en/news/1996/Makefile,v 1.2 2000/03/22 16:22:43 phantom Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= index.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,9 +1,13 @@
# $FreeBSD: www/en/news/1997/Makefile,v 1.1 2000/03/21 18:45:13 nik Exp $
# $FreeBSD: www/en/news/1997/Makefile,v 1.2 2000/03/22 16:22:49 phantom Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= index.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,8 +1,11 @@
# $FreeBSD: www/en/news/Makefile,v 1.21 2000/10/03 09:48:09 wosch Exp $
# $FreeBSD: www/en/news/Makefile,v 1.22 2000/10/21 16:39:25 phantom Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS+= press.sgml
DOCS+= newsflash.sgml
@ -24,4 +27,5 @@ INDEXLINK= news.html
SUBDIR= 1996
SUBDIR+= 1997
.include "../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,4 @@
# $FreeBSD$
# $FreeBSD: www/en/news/Makefile.inc,v 1.1 2000/03/22 16:20:52 phantom Exp $
WEBBASE?= /data/news
WEBBASE?= /data/news
WEB_PREFIX?= ${.CURDIR}/../../..

View file

@ -1,8 +1,11 @@
# $FreeBSD: www/en/ports/Makefile,v 1.28 2000/09/30 00:21:39 nbm Exp $
# $FreeBSD: www/en/ports/Makefile,v 1.29 2000/10/06 15:49:00 phantom Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
.if exists(Makefile.inc)
.include "Makefile.inc"
.endif
@ -69,4 +72,4 @@ all install clean:
(cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} -f Makefile.inc0 ${.TARGET})
.include "../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,8 +1,11 @@
# $FreeBSD$
# $FreeBSD: www/en/projects/Makefile,v 1.6 1999/09/06 07:02:48 peter Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= projects.sgml
DOCS+= mozilla.sgml
@ -10,4 +13,4 @@ DOCS+= newbies.sgml
INDEXLINK= projects.html
.include "../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,6 +1,15 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DATA= CONTRIB.386BSD CONTRIB.FreeBSD COPYRIGHT.386BSD
DATA+= COPYRIGHT.FreeBSD COPYRIGHT.USL KNOWNBUGS MIRROR.SITES
DATA+= PERSONAL.ACKS REGISTER.FreeBSD RELNOTES.FreeBSD ROSTER.FreeBSD
DATA+= SUPPORT.TXT TODO-1.1.5
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,4 +1,13 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DATA= CONTRIB.386BSD CONTRIB.FreeBSD COPYRIGHT.386BSD COPYRIGHT.FreeBSD
DATA+= MIRROR.SITES PERSONAL.ACKS RELNOTES.FreeBSD SUPPORT.TXT
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,12 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= announce.sgml notes.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,4 +1,12 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= announce.sgml credits.sgml install.sgml notes.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,12 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= announce.sgml notes.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,12 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= announce.sgml notes.sgml security.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,12 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= announce.sgml notes.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,12 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= announce.sgml notes.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,12 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= notes.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,12 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= notes.sgml errata.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,12 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= announce.sgml notes.sgml errata.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,12 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= announce.sgml notes.sgml errata.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,12 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= announce.sgml notes.sgml errata.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,12 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= announce.sgml notes.sgml errata.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,12 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= announce.sgml install-media.sgml notes.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,12 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= announce.sgml notes.sgml errata.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,12 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= announce.sgml notes.sgml errata.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,12 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= announce.sgml notes.sgml errata.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,12 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= announce.sgml notes.sgml errata.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,12 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= announce.sgml notes.sgml errata.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,12 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= announce.sgml notes.sgml errata.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,12 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= announce.sgml notes.sgml errata.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,12 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= announce.sgml notes.sgml errata.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,12 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= announce.sgml notes.sgml errata.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,8 +1,11 @@
# $FreeBSD: www/en/releases/Makefile,v 1.24 2000/07/27 13:07:13 jkh Exp $
# $FreeBSD: www/en/releases/Makefile,v 1.25 2000/10/02 17:55:04 phantom Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS?= index.sgml snapshots.sgml
@ -14,4 +17,4 @@ SUBDIR+= 3.3R 3.4R 3.5R 4.0R 4.1R 4.1.1R
SUBDIR=
.endif
.include "../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,4 +1,4 @@
# $FreeBSD$
# $FreeBSD: www/en/releases/Makefile.inc,v 1.4 1999/09/06 07:02:49 peter Exp $
WEBBASE?= /data/releases
WEB_PREFIX?= ${.CURDIR}/../../..

View file

@ -1,8 +1,11 @@
# $FreeBSD: www/en/search/Makefile,v 1.6 2000/04/20 16:41:32 phantom Exp $
# $FreeBSD: www/en/search/Makefile,v 1.7 2000/09/30 00:21:39 nbm Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS+= index-site.sgml
DOCS+= search.sgml
@ -20,5 +23,4 @@ atoz.sgml: web.atoz
site.sgml: site.map
${PERL} ${.CURDIR}/site.pl < ${.ALLSRC} > ${.TARGET}
.include "../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,12 +1,16 @@
# $FreeBSD$
# $FreeBSD: www/en/security/Makefile,v 1.6 1999/09/06 07:02:58 peter Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS=
DOCS+= security.sgml
INDEXLINK= security.html
.include "../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,9 +1,12 @@
# $FreeBSD: www/en/docproj/Makefile,v 1.7 1999/09/06 07:02:43 peter Exp $
# $FreeBSD: www/en/smp/Makefile,v 1.1 2000/10/18 19:43:57 nik Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= index.sgml
.include "../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,9 +1,16 @@
#
# $FreeBSD: www/en/tutorials/Makefile,v 1.8 2000/05/19 00:10:09 nik Exp $
# $FreeBSD: www/en/tutorials/Makefile,v 1.9 2000/09/30 00:21:39 nbm Exp $
#
# Build the FreeBSD tutorials/articles outside of the www tree, and then
# install them in to the right place.
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS = index.sgml
DIRS_TO_CLEAN = ../../../doc/en_US.ISO_8859-1/articles \
@ -17,4 +24,4 @@ all afterinstall: index.html
(cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1/books/porters-handbook && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/porters-handbook ${.TARGET:S/afterinstall/install/})
(cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1/books/ppp-primer && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/tutorials/ppp ${.TARGET:S/afterinstall/install/})
.include "../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"