Initial import, synchronized with English 1.6
Obtained from: The FreeBSD Russian Documentation Project
This commit is contained in:
parent
9e75a8c86b
commit
dce6199b0b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24797
1 changed files with 25 additions and 0 deletions
25
ru_RU.KOI8-R/articles/contributing/Makefile
Normal file
25
ru_RU.KOI8-R/articles/contributing/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
#
|
||||
# The FreeBSD Russian Documentation Project
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/articles/contributing/Makefile,v 1.1 2005/05/25 17:54:31 andy Exp $
|
||||
#
|
||||
# Article: Contributing to FreeBSD
|
||||
#
|
||||
# Original revision: 1.6
|
||||
#
|
||||
|
||||
DOC?= article
|
||||
|
||||
FORMATS?= html
|
||||
WITH_ARTICLE_TOC?= YES
|
||||
|
||||
INSTALL_COMPRESSED?=gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
SRCS= article.sgml
|
||||
|
||||
URL_RELPREFIX?= ../../../..
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
Loading…
Reference in a new issue