27 lines
502 B
Makefile
27 lines
502 B
Makefile
|
#
|
||
|
# $FreeBSD$
|
||
|
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/articles/fonts/Makefile,v 1.2 2001/07/25 10:26:32 phantom Exp $
|
||
|
#
|
||
|
# Original revision: 1.1
|
||
|
#
|
||
|
|
||
|
MAINTAINER=andy@FreeBSD.org.ua
|
||
|
|
||
|
DOC?= article
|
||
|
|
||
|
FORMATS?= html
|
||
|
|
||
|
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
|
||
|
|
||
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
||
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|