Forget to commit Makefile, do so (:

MFen:
	Makefile	1.1  -> 1.8

Obtained from: The FreeBSD Russian Documentation Project
This commit is contained in:
Vitaly Bogdanov 2006-03-29 20:11:35 +00:00
parent 4daaa3bfc5
commit a0e68573db
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=27435

View file

@ -1,26 +1,21 @@
#
# The FreeBSD Russian Documentation Project
# #
# $FreeBSD$ # $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
# #
# Article: Formatting Media For Use With FreeBSD
MAINTAINER=andy@FreeBSD.org.ua
DOC?= article DOC?= article
FORMATS?= html FORMATS?= html
INSTALL_COMPRESSED?= gz INSTALL_COMPRESSED?=gz
INSTALL_ONLY_COMPRESSED?= INSTALL_ONLY_COMPRESSED?=
# SRCS= article.sgml
# 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}/../../.. DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk" .include "${DOC_PREFIX}/share/mk/doc.project.mk"