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