76041ef36a
Name Original Revision ---- -------- dialup-firewall/article.sgml 1.7 diskless-x/article.sgml 1.4 explaining-bsd/article.sgml 1.1 fonts/article.sgml 1.15 formatting-media/article.sgml 1.16 ipsec-must/article.sgml 1.3 mh/article.sgml 1.9 solid-state/article.sgml 1.1 vm-design/article.sgml 1.4 zip-drive/article.sgml 1.2 and activate build of these document Obtained from: The FreeBSD Russian Documentation Project's CVS Repository
20 lines
358 B
Makefile
20 lines
358 B
Makefile
#
|
|
# $FreeBSD$
|
|
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/articles/mh/Makefile,v 1.1 2001/07/19 10:20:52 phantom Exp $
|
|
#
|
|
# Original revision: 1.1
|
|
#
|
|
|
|
MAINTAINER= andy@FreeBSD.org.ua
|
|
|
|
DOC?= article
|
|
|
|
FORMATS?= html
|
|
|
|
INSTALL_COMPRESSED?= gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
SRCS= article.sgml
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|