diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 2000-03-05 16:52:30 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 2000-03-05 16:52:30 +0000 |
| commit | a2015f2934748fdde988716b40f9eb27844daedb (patch) | |
| tree | 1f56e1b17c06912cd75fbd15f00534557f894846 /ru/java/links/Makefile | |
| parent | 54ecc2128944c916bbc2b3a8a8af0d2e8e2953e6 (diff) | |
Build java web pages
Notes
svn path=/www/; revision=6652
Diffstat (limited to 'ru/java/links/Makefile')
| -rw-r--r-- | ru/java/links/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
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" |
