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

(with "obj" fixes)

Submitted by:	nbm
This commit is contained in:
Jun Kuriyama 2000-11-29 23:57:09 +00:00
parent 123080699b
commit 61e47211ef
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8455
35 changed files with 109 additions and 57 deletions

View file

@ -1,8 +1,11 @@
# $FreeBSD: www/es/Makefile,v 1.7 1999/09/06 07:02:59 peter Exp $ # $FreeBSD: www/es/Makefile,v 1.8 2000/02/28 12:43:08 phantom Exp $
.if exists(Makefile.conf) .if exists(Makefile.conf)
.include "Makefile.conf" .include "Makefile.conf"
.endif .endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
# These are turned into validated, normalized HTML files. # These are turned into validated, normalized HTML files.
@ -68,5 +71,5 @@ SGMLOPTS+= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr
WEBDIR= data/es WEBDIR= data/es
.include "web.mk" .include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

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

View file

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

View file

@ -1,8 +1,11 @@
# $FreeBSD$ # $FreeBSD: www/es/copyright/Makefile,v 1.2 1999/09/06 07:03:01 peter Exp $
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"
.endif .endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= license.sgml DOCS= license.sgml
DOCS+= freebsd-license.sgml DOCS+= freebsd-license.sgml
@ -19,4 +22,4 @@ DATA+= COPYING COPYING.LIB ${LEGAL}
#${LEGAL}: $${CVSROOT}/ports/LEGAL,v #${LEGAL}: $${CVSROOT}/ports/LEGAL,v
# co -q -p ${.ALLSRC} > ${.TARGET} # co -q -p ${.ALLSRC} > ${.TARGET}
.include "../web.mk" .include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

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

View file

@ -1,8 +1,11 @@
# $FreeBSD$ # $FreeBSD: www/es/internal/Makefile,v 1.7 1999/09/06 07:03:02 peter Exp $
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"
.endif .endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= photos.sgml DOCS= photos.sgml
DOCS+= internal.sgml DOCS+= internal.sgml
@ -16,4 +19,4 @@ INDEXLINK= internal.html
DATA+= README.mirror DATA+= README.mirror
.include "../web.mk" .include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,11 +1,10 @@
# $FreeBSD$ # $FreeBSD: www/es/news/Makefile,v 1.5 1999/09/06 07:03:03 peter Exp $
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"
.endif .endif
.if exists(../Makefile.inc)
.if exists("../Makefile.conf") .include "../Makefile.inc"
.include "../Makefile.conf"
.endif .endif
# quick news letter # quick news letter
@ -33,4 +32,4 @@ DOCS+= press-rel-3.sgml
INDEXLINK= news.html INDEXLINK= news.html
.include "../web.mk" .include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,8 +1,11 @@
# $FreeBSD: www/es/ports/Makefile,v 1.6 1999/09/06 07:03:04 peter Exp $ # $FreeBSD: www/es/ports/Makefile,v 1.7 1999/11/15 20:37:56 jesusr Exp $
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"
.endif .endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
.if exists(Makefile.inc) .if exists(Makefile.inc)
.include "Makefile.inc" .include "Makefile.inc"
.endif .endif
@ -47,11 +50,11 @@ Makefile.gen: index.sgml .NOTMAIN
index.sgml: ${INDEX} ${Y2K} packages.exists portindex ports.inc .NOTMAIN index.sgml: ${INDEX} ${Y2K} packages.exists portindex ports.inc .NOTMAIN
rm -f *.sgml rm -f *.sgml
${PORTINDEX} ${INDEX} ${Y2K} ${PORTINDEX} ${INDEX} ${Y2K} ${.CURDIR}
install: all install: all
all install clean: all install clean:
${MAKE} ${MAKEFLAGS} -f Makefile.inc0 ${.TARGET} (cd ${.CURDIR} &&${MAKE} ${MAKEFLAGS} -f ${.CURDIR}/Makefile.inc0 ${.TARGET})
.include "../web.mk" .include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,8 +1,11 @@
# $FreeBSD: www/en/ports/Makefile.inc0,v 1.2 1999/09/06 07:02:48 peter Exp $ # $FreeBSD: www/es/ports/Makefile.inc0,v 1.1 1999/11/15 20:37:56 jesusr Exp $
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"
.endif .endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
.if exists(Makefile.inc) .if exists(Makefile.inc)
.include "Makefile.inc" .include "Makefile.inc"
@ -13,4 +16,4 @@
.endif .endif
.include "../web.mk" .include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -40,7 +40,7 @@ if ($urlcgi) {
$today = &getdate; $today = &getdate;
&packages_exist('packages.exists', *packages); &packages_exist('packages.exists', *packages);
&category_description('categories', *category_description); &category_description(($ARGV[2] || '.') . '/categories', *category_description);
&y2k_statements; &y2k_statements;
&main; &main;

View file

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

View file

@ -3,4 +3,5 @@ DATA+= COPYRIGHT.FreeBSD COPYRIGHT.USL KNOWNBUGS MIRROR.SITES
DATA+= PERSONAL.ACKS REGISTER.FreeBSD RELNOTES.FreeBSD ROSTER.FreeBSD DATA+= PERSONAL.ACKS REGISTER.FreeBSD RELNOTES.FreeBSD ROSTER.FreeBSD
DATA+= SUPPORT.TXT TODO-1.1.5 DATA+= SUPPORT.TXT TODO-1.1.5
.include "../../web.mk" .include "../Makefile.inc"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,4 +1,5 @@
DATA= CONTRIB.386BSD CONTRIB.FreeBSD COPYRIGHT.386BSD COPYRIGHT.FreeBSD DATA= CONTRIB.386BSD CONTRIB.FreeBSD COPYRIGHT.386BSD COPYRIGHT.FreeBSD
DATA+= MIRROR.SITES PERSONAL.ACKS RELNOTES.FreeBSD SUPPORT.TXT DATA+= MIRROR.SITES PERSONAL.ACKS RELNOTES.FreeBSD SUPPORT.TXT
.include "../../web.mk" .include "../Makefile.inc"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,4 @@
DOCS= announce.sgml notes.sgml DOCS= announce.sgml notes.sgml
.include "../../web.mk" .include "../Makefile.inc"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,4 +1,5 @@
DOCS= announce.sgml credits.sgml install.sgml notes.sgml DOCS= announce.sgml credits.sgml install.sgml notes.sgml
.include "../../web.mk" .include "../Makefile.inc"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,4 @@
DOCS= announce.sgml notes.sgml DOCS= announce.sgml notes.sgml
.include "../../web.mk" .include "../Makefile.inc"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,4 @@
DOCS= announce.sgml notes.sgml security.sgml DOCS= announce.sgml notes.sgml security.sgml
.include "../../web.mk" .include "../Makefile.inc"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,4 @@
DOCS= announce.sgml notes.sgml DOCS= announce.sgml notes.sgml
.include "../../web.mk" .include "../Makefile.inc"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,4 @@
DOCS= announce.sgml notes.sgml DOCS= announce.sgml notes.sgml
.include "../../web.mk" .include "../Makefile.inc"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,4 @@
DOCS= notes.sgml DOCS= notes.sgml
.include "../../web.mk" .include "../Makefile.inc"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,4 @@
DOCS= notes.sgml errata.sgml DOCS= notes.sgml errata.sgml
.include "../../web.mk" .include "../Makefile.inc"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,4 @@
DOCS= announce.sgml notes.sgml errata.sgml DOCS= announce.sgml notes.sgml errata.sgml
.include "../../web.mk" .include "../Makefile.inc"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,4 @@
DOCS= announce.sgml notes.sgml errata.sgml DOCS= announce.sgml notes.sgml errata.sgml
.include "../../web.mk" .include "../Makefile.inc"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,4 @@
DOCS= announce.sgml notes.sgml errata.sgml DOCS= announce.sgml notes.sgml errata.sgml
.include "../../web.mk" .include "../Makefile.inc"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,4 @@
DOCS= announce.sgml notes.sgml errata.sgml DOCS= announce.sgml notes.sgml errata.sgml
.include "../../web.mk" .include "../Makefile.inc"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,4 @@
DOCS= announce.sgml install-media.sgml notes.sgml DOCS= announce.sgml install-media.sgml notes.sgml
.include "../../web.mk" .include "../Makefile.inc"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,4 @@
DOCS= announce.sgml notes.sgml errata.sgml DOCS= announce.sgml notes.sgml errata.sgml
.include "../../web.mk" .include "../Makefile.inc"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,4 @@
DOCS= announce.sgml notes.sgml errata.sgml DOCS= announce.sgml notes.sgml errata.sgml
.include "../../web.mk" .include "../Makefile.inc"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,4 @@
DOCS= announce.sgml notes.sgml errata.sgml DOCS= announce.sgml notes.sgml errata.sgml
.include "../../web.mk" .include "../Makefile.inc"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,4 @@
DOCS= announce.sgml notes.sgml errata.sgml DOCS= announce.sgml notes.sgml errata.sgml
.include "../../web.mk" .include "../Makefile.inc"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,3 +1,4 @@
DOCS= announce.sgml notes.sgml errata.sgml DOCS= announce.sgml notes.sgml errata.sgml
.include "../../web.mk" .include "../Makefile.inc"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,8 +1,11 @@
# $FreeBSD: www/es/releases/Makefile,v 1.5 1999/09/27 21:09:59 jesusr Exp $ # $FreeBSD: www/es/releases/Makefile,v 1.6 1999/12/30 13:44:01 jesusr Exp $
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"
.endif .endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS?= index.sgml snapshots.sgml DOCS?= index.sgml snapshots.sgml
@ -14,4 +17,4 @@ SUBDIR+= 3.3R 3.4R
SUBDIR= SUBDIR=
.endif .endif
.include "../web.mk" .include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,4 +1,4 @@
# $FreeBSD$ # $FreeBSD: www/es/releases/Makefile.inc,v 1.2 1999/09/06 07:03:05 peter Exp $
WEBBASE?= /data/es/releases WEBBASE?= /data/es/releases
WEB_PREFIX?= ${.CURDIR}/../../..

View file

@ -1,8 +1,11 @@
# $FreeBSD$ # $FreeBSD: www/es/search/Makefile,v 1.2 1999/09/06 07:03:13 peter Exp $
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"
.endif .endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS+= index-site.sgml DOCS+= index-site.sgml
DOCS+= search.sgml DOCS+= search.sgml
@ -13,12 +16,11 @@ INDEXLINK= search.html
CLEANFILES+=atoz.sgml site.sgml CLEANFILES+=atoz.sgml site.sgml
index-site.sgml: atoz.sgml site.sgml index-site.html: atoz.sgml site.sgml
atoz.sgml: web.atoz atoz.sgml: web.atoz
sort -fu web.atoz | perl atoz.pl > ${.TARGET} sort -fu ${.ALLSRC} | ${PERL} ${.CURDIR}/atoz.pl > ${.TARGET}
site.sgml: site.map site.sgml: site.map
./site.pl < ${.ALLSRC} > ${.TARGET} ${PERL} ${.CURDIR}/site.pl < ${.ALLSRC} > ${.TARGET}
.include "../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,8 +1,11 @@
# $FreeBSD$ # $FreeBSD: www/es/security/Makefile,v 1.2 1999/09/06 07:03:14 peter Exp $
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"
.endif .endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= DOCS=
DOCS+= programmers.sgml DOCS+= programmers.sgml
@ -11,4 +14,4 @@ DOCS+= secure.sgml
INDEXLINK= security.html INDEXLINK= security.html
.include "../web.mk" .include "${WEB_PREFIX}/share/mk/web.site.mk"