Synchronize with FreeBSD russian Documentation Project Repository.

This commit brings in some synchronizations, Original revisions for
all Makefiles, switch from en/web.mk to share/mk/web.site.mk
This commit is contained in:
Alexey Zelkin 2000-11-10 17:27:43 +00:00
parent 8876798631
commit b17153d380
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8336
44 changed files with 348 additions and 1053 deletions

View file

@ -1,12 +1,16 @@
# $FreeBSD$
# The FreeBSD Russian Documentation Project
# $FreeBSDru: frdp/www/ru/java/Makefile,v 1.2 2000/10/11 16:16:11 phantom Exp $
# Original version: 1.2
# $FreeBSDru: frdp/www/ru/java/Makefile,v 1.3 2000/11/10 17:04:50 phantom Exp $
# Original version: 1.3
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
SUBDIR = dists
SUBDIR+= docs
SUBDIR+= links
@ -20,4 +24,4 @@ DOCS+= press.sgml
#DATA= j2j.gif
.include "../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,5 +1,7 @@
# $FreeBSD$
# The FreeBSD Russian Documentation Project
# $FreeBSDru: frdp/www/ru/java/Makefile.inc,v 1.2 2000/10/11 16:16:11 phantom Exp $
# $FreeBSDru: frdp/www/ru/java/Makefile.inc,v 1.3 2000/11/10 17:04:50 phantom Exp $
# Original revision: 1.2
WEBBASE?= /data/ru/java
WEBBASE?= /data/ru/java
WEB_PREFIX?= ${.CURDIR}/../../..

View file

@ -1,12 +1,20 @@
# $FreeBSD$
# The FreeBSD Russian Documentation Project
# $FreeBSDru: frdp/www/ru/java/dists/Makefile,v 1.2 2000/10/11 16:16:15 phantom Exp $
# Original revision: 1.3
# $FreeBSDru: frdp/www/ru/java/dists/Makefile,v 1.3 2000/11/10 17:04:50 phantom Exp $
# Original revision: 1.4
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS = 10.sgml
DOCS+= 11.sgml
DOCS+= 12.sgml
DOCS+= 13.sgml
DOCS+= index.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,7 +1,15 @@
# $FreeBSD$
# The FreeBSD Russian Documentation Project
# $FreeBSDru: frdp/www/ru/java/docs/Makefile,v 1.2 2000/10/11 16:16:15 phantom Exp $
# Original revision: 1.2
# $FreeBSDru: frdp/www/ru/java/docs/Makefile,v 1.3 2000/11/10 17:04:50 phantom Exp $
# Original revision: 1.4
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS = faq.sgml
DOCS+= howtoports.sgml
@ -9,4 +17,4 @@ DOCS+= newbies.sgml
DOCS+= performance.sgml
DOCS+= tutorials.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,7 +1,15 @@
# $FreeBSD$
# The FreeBSD Russian Documentation Project
# $FreeBSDru: frdp/www/ru/java/links/Makefile,v 1.2 2000/10/11 16:16:15 phantom Exp $
# Original revision: 1.2
# $FreeBSDru: frdp/www/ru/java/links/Makefile,v 1.3 2000/11/10 17:04:51 phantom Exp $
# Original revision: 1.3
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS = freebsd.sgml
DOCS+= tools.sgml
@ -14,4 +22,4 @@ DOCS+= vendor.sgml
DOCS+= documentation.sgml
DOCS+= servlets.sgml
.include "../../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"