From a0e68573dbf2f42ae5da14b157f8a882fc8c3397 Mon Sep 17 00:00:00 2001 From: Vitaly Bogdanov <bvs@FreeBSD.org> Date: Wed, 29 Mar 2006 20:11:35 +0000 Subject: [PATCH] Forget to commit Makefile, do so (: MFen: Makefile 1.1 -> 1.8 Obtained from: The FreeBSD Russian Documentation Project --- .../articles/formatting-media/Makefile | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/ru_RU.KOI8-R/articles/formatting-media/Makefile b/ru_RU.KOI8-R/articles/formatting-media/Makefile index 3c2170aee3..34afb4fe12 100644 --- a/ru_RU.KOI8-R/articles/formatting-media/Makefile +++ b/ru_RU.KOI8-R/articles/formatting-media/Makefile @@ -1,26 +1,21 @@ +# +# The FreeBSD Russian Documentation Project # # $FreeBSD$ -# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/articles/formatting-media/Makefile,v 1.2 2001/07/25 10:26:32 phantom Exp $ +# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/articles/formatting-media/Makefile,v 1.4 2006/03/29 19:55:13 gad Exp $ # -# Original revision: 1.1 +# Original revision: 1.8 # - -MAINTAINER=andy@FreeBSD.org.ua +# Article: Formatting Media For Use With FreeBSD DOC?= article FORMATS?= html -INSTALL_COMPRESSED?= gz +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 +SRCS= article.sgml DOC_PREFIX?= ${.CURDIR}/../../.. .include "${DOC_PREFIX}/share/mk/doc.project.mk"