Build java web pages
This commit is contained in:
parent
54ecc21289
commit
a2015f2934
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6652
5 changed files with 58 additions and 0 deletions
21
ru/java/Makefile
Normal file
21
ru/java/Makefile
Normal file
|
@ -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"
|
3
ru/java/Makefile.inc
Normal file
3
ru/java/Makefile.inc
Normal file
|
@ -0,0 +1,3 @@
|
|||
# $FreeBSD$
|
||||
|
||||
WEBBASE?= /data/ru/java
|
10
ru/java/dists/Makefile
Normal file
10
ru/java/dists/Makefile
Normal file
|
@ -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"
|
9
ru/java/docs/Makefile
Normal file
9
ru/java/docs/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
# $FreeBSD$
|
||||
# Original revision: 1.2
|
||||
|
||||
DOCS = faq.sgml
|
||||
DOCS+= howtoports.sgml
|
||||
DOCS+= newbies.sgml
|
||||
DOCS+= tutorials.sgml
|
||||
|
||||
.include "../../web.mk"
|
15
ru/java/links/Makefile
Normal file
15
ru/java/links/Makefile
Normal file
|
@ -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"
|
Loading…
Reference in a new issue