diff --git a/ru_RU.KOI8-R/articles/Makefile b/ru_RU.KOI8-R/articles/Makefile new file mode 100644 index 0000000000..5aad3dce14 --- /dev/null +++ b/ru_RU.KOI8-R/articles/Makefile @@ -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" diff --git a/ru_RU.KOI8-R/articles/Makefile.inc b/ru_RU.KOI8-R/articles/Makefile.inc new file mode 100644 index 0000000000..75c665f85a --- /dev/null +++ b/ru_RU.KOI8-R/articles/Makefile.inc @@ -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} diff --git a/ru_RU.KOI8-R/articles/freebsd-questions/Makefile b/ru_RU.KOI8-R/articles/freebsd-questions/Makefile new file mode 100644 index 0000000000..279b796c0a --- /dev/null +++ b/ru_RU.KOI8-R/articles/freebsd-questions/Makefile @@ -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"