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
365 B
Makefile
20 lines
365 B
Makefile
#
|
|
# $FreeBSD$
|
|
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/articles/ipsec-must/Makefile,v 1.1 2001/07/09 06:56:28 kappa Exp $
|
|
#
|
|
# Original revision: 1.1
|
|
#
|
|
|
|
MAINTAINER= kappa@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"
|