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,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"