Switch web.mk to share/mk/web.site.mk in Spanish version.
(with "obj" fixes) Submitted by: nbm
This commit is contained in:
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
|
@ -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)
|
||||
.include "Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
|
||||
# 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
|
||||
|
||||
.include "web.mk"
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# $FreeBSD$
|
||||
# $FreeBSD: www/es/Makefile.inc,v 1.2 1999/09/06 07:02:59 peter Exp $
|
||||
|
||||
WEBBASE?= /data/es
|
||||
WEB_PREFIX?= ${.CURDIR}/../..
|
||||
|
|
|
@ -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)
|
||||
.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"
|
||||
|
|
|
@ -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)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= license.sgml
|
||||
DOCS+= freebsd-license.sgml
|
||||
|
@ -19,4 +22,4 @@ DATA+= COPYING COPYING.LIB ${LEGAL}
|
|||
#${LEGAL}: $${CVSROOT}/ports/LEGAL,v
|
||||
# co -q -p ${.ALLSRC} > ${.TARGET}
|
||||
|
||||
.include "../web.mk"
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -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)
|
||||
.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"
|
||||
|
|
|
@ -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)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= photos.sgml
|
||||
DOCS+= internal.sgml
|
||||
|
@ -16,4 +19,4 @@ INDEXLINK= internal.html
|
|||
|
||||
DATA+= README.mirror
|
||||
|
||||
.include "../web.mk"
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -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)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
|
||||
.if exists("../Makefile.conf")
|
||||
.include "../Makefile.conf"
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
# quick news letter
|
||||
|
@ -33,4 +32,4 @@ DOCS+= press-rel-3.sgml
|
|||
|
||||
INDEXLINK= news.html
|
||||
|
||||
.include "../web.mk"
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -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)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
.if exists(Makefile.inc)
|
||||
.include "Makefile.inc"
|
||||
.endif
|
||||
|
@ -47,11 +50,11 @@ Makefile.gen: index.sgml .NOTMAIN
|
|||
|
||||
index.sgml: ${INDEX} ${Y2K} packages.exists portindex ports.inc .NOTMAIN
|
||||
rm -f *.sgml
|
||||
${PORTINDEX} ${INDEX} ${Y2K}
|
||||
${PORTINDEX} ${INDEX} ${Y2K} ${.CURDIR}
|
||||
|
||||
install: all
|
||||
|
||||
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"
|
||||
|
|
|
@ -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)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
.if exists(Makefile.inc)
|
||||
.include "Makefile.inc"
|
||||
|
@ -13,4 +16,4 @@
|
|||
.endif
|
||||
|
||||
|
||||
.include "../web.mk"
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -40,7 +40,7 @@ if ($urlcgi) {
|
|||
$today = &getdate;
|
||||
|
||||
&packages_exist('packages.exists', *packages);
|
||||
&category_description('categories', *category_description);
|
||||
&category_description(($ARGV[2] || '.') . '/categories', *category_description);
|
||||
&y2k_statements;
|
||||
&main;
|
||||
|
||||
|
|
|
@ -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)
|
||||
.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"
|
||||
|
|
|
@ -3,4 +3,5 @@ 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 "../Makefile.inc"
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
DATA= CONTRIB.386BSD CONTRIB.FreeBSD COPYRIGHT.386BSD COPYRIGHT.FreeBSD
|
||||
DATA+= MIRROR.SITES PERSONAL.ACKS RELNOTES.FreeBSD SUPPORT.TXT
|
||||
|
||||
.include "../../web.mk"
|
||||
.include "../Makefile.inc"
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
DOCS= announce.sgml notes.sgml
|
||||
|
||||
.include "../../web.mk"
|
||||
.include "../Makefile.inc"
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
DOCS= announce.sgml credits.sgml install.sgml notes.sgml
|
||||
|
||||
.include "../../web.mk"
|
||||
.include "../Makefile.inc"
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
DOCS= announce.sgml notes.sgml
|
||||
|
||||
.include "../../web.mk"
|
||||
.include "../Makefile.inc"
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
DOCS= announce.sgml notes.sgml security.sgml
|
||||
|
||||
.include "../../web.mk"
|
||||
.include "../Makefile.inc"
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
DOCS= announce.sgml notes.sgml
|
||||
|
||||
.include "../../web.mk"
|
||||
.include "../Makefile.inc"
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
DOCS= announce.sgml notes.sgml
|
||||
|
||||
.include "../../web.mk"
|
||||
.include "../Makefile.inc"
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
DOCS= notes.sgml
|
||||
|
||||
.include "../../web.mk"
|
||||
.include "../Makefile.inc"
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
DOCS= notes.sgml errata.sgml
|
||||
|
||||
.include "../../web.mk"
|
||||
.include "../Makefile.inc"
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
DOCS= announce.sgml notes.sgml errata.sgml
|
||||
|
||||
.include "../../web.mk"
|
||||
.include "../Makefile.inc"
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
DOCS= announce.sgml notes.sgml errata.sgml
|
||||
|
||||
.include "../../web.mk"
|
||||
.include "../Makefile.inc"
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
DOCS= announce.sgml notes.sgml errata.sgml
|
||||
|
||||
.include "../../web.mk"
|
||||
.include "../Makefile.inc"
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
DOCS= announce.sgml notes.sgml errata.sgml
|
||||
|
||||
.include "../../web.mk"
|
||||
.include "../Makefile.inc"
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
DOCS= announce.sgml install-media.sgml notes.sgml
|
||||
|
||||
.include "../../web.mk"
|
||||
.include "../Makefile.inc"
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
DOCS= announce.sgml notes.sgml errata.sgml
|
||||
|
||||
.include "../../web.mk"
|
||||
.include "../Makefile.inc"
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
DOCS= announce.sgml notes.sgml errata.sgml
|
||||
|
||||
.include "../../web.mk"
|
||||
.include "../Makefile.inc"
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
DOCS= announce.sgml notes.sgml errata.sgml
|
||||
|
||||
.include "../../web.mk"
|
||||
.include "../Makefile.inc"
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
DOCS= announce.sgml notes.sgml errata.sgml
|
||||
|
||||
.include "../../web.mk"
|
||||
.include "../Makefile.inc"
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
DOCS= announce.sgml notes.sgml errata.sgml
|
||||
|
||||
.include "../../web.mk"
|
||||
.include "../Makefile.inc"
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -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)
|
||||
.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
|
|||
SUBDIR=
|
||||
.endif
|
||||
|
||||
.include "../web.mk"
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -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
|
||||
|
||||
WEB_PREFIX?= ${.CURDIR}/../../..
|
||||
|
|
|
@ -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)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS+= index-site.sgml
|
||||
DOCS+= search.sgml
|
||||
|
@ -13,12 +16,11 @@ INDEXLINK= search.html
|
|||
CLEANFILES+=atoz.sgml site.sgml
|
||||
|
||||
|
||||
index-site.sgml: atoz.sgml site.sgml
|
||||
index-site.html: atoz.sgml site.sgml
|
||||
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.pl < ${.ALLSRC} > ${.TARGET}
|
||||
|
||||
.include "../web.mk"
|
||||
${PERL} ${.CURDIR}/site.pl < ${.ALLSRC} > ${.TARGET}
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -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)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS=
|
||||
DOCS+= programmers.sgml
|
||||
|
@ -11,4 +14,4 @@ DOCS+= secure.sgml
|
|||
|
||||
INDEXLINK= security.html
|
||||
|
||||
.include "../web.mk"
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
Loading…
Reference in a new issue