add build infrastructure for russian articles
This commit is contained in:
parent
58747fbbc7
commit
51d819e504
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=8950
3 changed files with 52 additions and 0 deletions
ru_RU.KOI8-R/articles
21
ru_RU.KOI8-R/articles/Makefile
Normal file
21
ru_RU.KOI8-R/articles/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/articles/Makefile,v 1.1 2001/03/11 10:41:06 phantom Exp $
|
||||||
|
# $FreeBSD$
|
||||||
|
# Original revision: 1.9
|
||||||
|
|
||||||
|
#SUBDIR = committers-guide
|
||||||
|
#SUBDIR+= dialup-firewall
|
||||||
|
#SUBDIR+= diskless-x
|
||||||
|
SUBDIR = freebsd-questions
|
||||||
|
#SUBDIR+= fonts
|
||||||
|
#SUBDIR+= formatting-media
|
||||||
|
#SUBDIR+= ipsec-must
|
||||||
|
#SUBDIR+= mh
|
||||||
|
#SUBDIR+= multi-os
|
||||||
|
#SUBDIR+= new-users
|
||||||
|
#SUBDIR+= programming-tools
|
||||||
|
#SUBDIR+= zip-drive
|
||||||
|
|
||||||
|
# ROOT_SYMLINKS+= new-users
|
||||||
|
|
||||||
|
DOC_PREFIX?= ${.CURDIR}/../..
|
||||||
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
7
ru_RU.KOI8-R/articles/Makefile.inc
Normal file
7
ru_RU.KOI8-R/articles/Makefile.inc
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#
|
||||||
|
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/articles/Makefile.inc,v 1.1 2001/03/11 10:41:06 phantom Exp $
|
||||||
|
# $FreeBSD$
|
||||||
|
# Original revision: 1.3
|
||||||
|
#
|
||||||
|
|
||||||
|
DESTDIR?= ${DOCDIR}/en_US.ISO_8859-1/articles/${.CURDIR:T}
|
24
ru_RU.KOI8-R/articles/freebsd-questions/Makefile
Normal file
24
ru_RU.KOI8-R/articles/freebsd-questions/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
#
|
||||||
|
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/articles/freebsd-questions/Makefile,v 1.1 2001/03/11 10:39:17 phantom Exp $
|
||||||
|
# Original revision: 1.1
|
||||||
|
#
|
||||||
|
|
||||||
|
MAINTAINER=andy@FreeBSD.org.ua
|
||||||
|
|
||||||
|
DOC?= article
|
||||||
|
|
||||||
|
FORMATS?= html
|
||||||
|
|
||||||
|
INSTALL_COMPRESSED?= gz
|
||||||
|
INSTALL_ONLY_COMPRESSED?=
|
||||||
|
|
||||||
|
#
|
||||||
|
# SRCS lists the individual SGML files that make up the document. Changes
|
||||||
|
# to any of these files will force a rebuild
|
||||||
|
#
|
||||||
|
|
||||||
|
# SGML content
|
||||||
|
SRCS= article.sgml
|
||||||
|
|
||||||
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||||
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
Loading…
Reference in a new issue