blob: c1780eb7b8abbb0fd5ed36e3f6f4465041b11c29 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# New ports collection makefile for: gnat-doc-texi
# Date created: 04 Sept 2001
# Whom: John Merryweather Cooper <coop9211@uidaho.edu>
#
# $FreeBSD$
#
DOCFORMAT= texi
MASTERDIR= ${.CURDIR}/../gnat-doc-html
.include "${MASTERDIR}/Makefile"
|