blob: 51d9baf3f865358391e66142728e61dc61ca272e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# New ports collection makefile for: gimp-manual (PDF)
# Date created: 5 June 1998
# Whom: Brett Taylor
#
# $FreeBSD$
#
DOCFORMAT= PDF
MASTERDIR= ${.CURDIR}/../gimp-manual-html
.include "${MASTERDIR}/Makefile"
|