From 9c4b18c65d0cb84deccb7cd06e2e9ea42ca6b87e Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Sun, 15 Nov 2009 23:08:28 +0000 Subject: - Add custom-gcc article translation PR: docs/140418 Submitted by: Taras Korenko --- ru_RU.KOI8-R/articles/custom-gcc/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ru_RU.KOI8-R/articles/custom-gcc/Makefile (limited to 'ru_RU.KOI8-R/articles/custom-gcc/Makefile') diff --git a/ru_RU.KOI8-R/articles/custom-gcc/Makefile b/ru_RU.KOI8-R/articles/custom-gcc/Makefile new file mode 100644 index 0000000000..b7bd286403 --- /dev/null +++ b/ru_RU.KOI8-R/articles/custom-gcc/Makefile @@ -0,0 +1,18 @@ +# +# $FreeBSD$ +# + +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" -- cgit v1.2.3