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