mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
13 lines
264 B
Makefile
13 lines
264 B
Makefile
# New ports collection makefile for: python-doc-pdf-a4
|
|
# Version required: 1.5.2
|
|
# Date created: 02 June 1999
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DOCFORMAT= pdf-a4
|
|
MASTERDIR= ${.CURDIR}/../python-doc-html
|
|
|
|
.include "${MASTERDIR}/Makefile"
|