Initial import, synchronized with English 1.3
This commit is contained in:
parent
e99e194f47
commit
c63d452ba2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19514
1 changed files with 27 additions and 0 deletions
27
ru_RU.KOI8-R/articles/5-roadmap/Makefile
Normal file
27
ru_RU.KOI8-R/articles/5-roadmap/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
#
|
||||||
|
# The FreeBSD Russian Documentation Project
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/articles/5-roadmap/Makefile,v 1.1 2004/01/06 18:20:40 andy Exp $
|
||||||
|
#
|
||||||
|
# Original revision: 1.3
|
||||||
|
#
|
||||||
|
# Article: FreeBSD 5-STABLE roadmap
|
||||||
|
|
||||||
|
DOC?= article
|
||||||
|
|
||||||
|
FORMATS?= html
|
||||||
|
|
||||||
|
INSTALL_COMPRESSED?= gz
|
||||||
|
INSTALL_ONLY_COMPRESSED?=
|
||||||
|
|
||||||
|
WITH_ARTICLE_TOC?=YES
|
||||||
|
|
||||||
|
# SGML content
|
||||||
|
SRCS= article.sgml
|
||||||
|
|
||||||
|
CSS_SHEET_ADDITIONS= extra.css
|
||||||
|
|
||||||
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||||
|
|
||||||
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
Loading…
Reference in a new issue