blob: c2222d1f855dd665890428cb921ebf2f6a97dccc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# New ports collection makefile for: jgnat-doc-txt
# Date created: 05 Sept 2001
# Whom: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
#
# $FreeBSD$
#
DOCFORMAT= txt
MASTERDIR= ${.CURDIR}/../jgnat-doc-html
.include "${MASTERDIR}/Makefile"
|