From a2015f2934748fdde988716b40f9eb27844daedb Mon Sep 17 00:00:00 2001 From: Alexey Zelkin Date: Sun, 5 Mar 2000 16:52:30 +0000 Subject: [PATCH] Build java web pages --- ru/java/Makefile | 21 +++++++++++++++++++++ ru/java/Makefile.inc | 3 +++ ru/java/dists/Makefile | 10 ++++++++++ ru/java/docs/Makefile | 9 +++++++++ ru/java/links/Makefile | 15 +++++++++++++++ 5 files changed, 58 insertions(+) create mode 100644 ru/java/Makefile create mode 100644 ru/java/Makefile.inc create mode 100644 ru/java/dists/Makefile create mode 100644 ru/java/docs/Makefile create mode 100644 ru/java/links/Makefile diff --git a/ru/java/Makefile b/ru/java/Makefile new file mode 100644 index 0000000000..6eab750cc1 --- /dev/null +++ b/ru/java/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ +# Original version: 1.2 + +.if exists(../Makefile.conf) +.include "../Makefile.conf" +.endif + +SUBDIR = dists +SUBDIR+= docs +SUBDIR+= links + +DOCS = advocacy.sgml +DOCS+= howhelp.sgml +DOCS+= index.sgml +DOCS+= install.sgml +DOCS+= newsflash.sgml +DOCS+= press.sgml + +#DATA= j2j.gif + +.include "../web.mk" diff --git a/ru/java/Makefile.inc b/ru/java/Makefile.inc new file mode 100644 index 0000000000..ff6f2aa065 --- /dev/null +++ b/ru/java/Makefile.inc @@ -0,0 +1,3 @@ +# $FreeBSD$ + +WEBBASE?= /data/ru/java diff --git a/ru/java/dists/Makefile b/ru/java/dists/Makefile new file mode 100644 index 0000000000..a54fd7c1de --- /dev/null +++ b/ru/java/dists/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ +# Original revision: 1.3 + +DOCS = 10.sgml +DOCS+= 11.sgml +DOCS+= 12.sgml +DOCS+= 13.sgml +DOCS+= index.sgml + +.include "../../web.mk" diff --git a/ru/java/docs/Makefile b/ru/java/docs/Makefile new file mode 100644 index 0000000000..0237505959 --- /dev/null +++ b/ru/java/docs/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ +# Original revision: 1.2 + +DOCS = faq.sgml +DOCS+= howtoports.sgml +DOCS+= newbies.sgml +DOCS+= tutorials.sgml + +.include "../../web.mk" diff --git a/ru/java/links/Makefile b/ru/java/links/Makefile new file mode 100644 index 0000000000..84db6e04a9 --- /dev/null +++ b/ru/java/links/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ +# Original version: 1.2 + +#DOCS = freebsd.sgml +#DOCS+= tools.sgml +DOCS = api.sgml +DOCS+= index.sgml +#DOCS+= tutorials.sgml +DOCS+= development.sgml +#DOCS+= resources.sgml +#DOCS+= vendor.sgml +#DOCS+= documentation.sgml +DOCS+= servlets.sgml + +.include "../../web.mk"