blob: 6112883119fd66c103cec47857a6a6c164fc5a40 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# New ports collection makefile for: python-doc-postscript-a4
# Version required: 1.5.2
# Date created: 02 June 1999
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $Id4
#
DOCFORMAT= postscript-a4
MASTERDIR= ${.CURDIR}/../python-doc-html
.include "${MASTERDIR}/Makefile"
|