Forget to commit Makefile, do so (:
MFen: Makefile 1.1 -> 1.8 Obtained from: The FreeBSD Russian Documentation Project
This commit is contained in:
parent
4daaa3bfc5
commit
a0e68573db
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=27435
1 changed files with 7 additions and 12 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue