diff --git a/ru_RU.KOI8-R/articles/hats/Makefile b/ru_RU.KOI8-R/articles/hats/Makefile new file mode 100644 index 0000000000..1c26084696 --- /dev/null +++ b/ru_RU.KOI8-R/articles/hats/Makefile @@ -0,0 +1,22 @@ +# +# The FreeBSD Russian Documentation Project +# +# $FreeBSD$ +# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/articles/hats/Makefile,v 1.1 2005/05/28 17:22:18 andy Exp $ +# +# Article: Working with Hats +# +# Original revision: 1.4 +# + +DOC?= article + +FORMATS?= html + +INSTALL_COMPRESSED?=gz +INSTALL_ONLY_COMPRESSED?= + +SRCS= article.sgml + +DOC_PREFIX?= ${.CURDIR}/../../.. +.include "${DOC_PREFIX}/share/mk/doc.project.mk"