bd03117751
Approved by: gabor (mentor) Obtained from: The FreeBSD Hungarian Documentation Project
24 lines
357 B
Makefile
24 lines
357 B
Makefile
# $FreeBSD$
|
|
#
|
|
# Article: Dialup firewalling with FreeBSD
|
|
|
|
#
|
|
# Tidy messes up iso-8859-2 characters
|
|
#
|
|
|
|
NO_TIDY= yes
|
|
|
|
MAINTAINER= pgj@FreeBSD.org
|
|
|
|
DOC?= article
|
|
|
|
FORMATS?= html
|
|
INSTALL_COMPRESSED?= gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
SRCS= article.sgml
|
|
|
|
URL_RELPREFIX?= ../../../..
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|