Initial import, synchronized with English 1.3
This commit is contained in:
parent
fa42aa27b2
commit
02e85696ae
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20237
1 changed files with 26 additions and 0 deletions
26
ru_RU.KOI8-R/articles/java-tomcat/Makefile
Normal file
26
ru_RU.KOI8-R/articles/java-tomcat/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
#
|
||||||
|
# FreeBSD Russian Documentation Project
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/articles/java-tomcat/Makefile,v 1.1 2004/02/20 19:20:45 andy Exp $
|
||||||
|
#
|
||||||
|
# Original revision: 1.3
|
||||||
|
#
|
||||||
|
# Makefile for "Java and FreeBSD First Steps"
|
||||||
|
# Author: Victoria Chan, Hiten Pandya
|
||||||
|
|
||||||
|
MAINTAINER=vkchan@kendryl.net hiten@uk.FreeBSD.org
|
||||||
|
|
||||||
|
DOC?= article
|
||||||
|
|
||||||
|
FORMATS?= html
|
||||||
|
|
||||||
|
INSTALL_COMPRESSED?= gz
|
||||||
|
INSTALL_ONLY_COMPRESSED?=
|
||||||
|
|
||||||
|
# SGML content
|
||||||
|
SRCS= article.sgml
|
||||||
|
|
||||||
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||||
|
|
||||||
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
Loading…
Reference in a new issue