From d56308270a9e5b3767307886324088a55fceab5f Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Wed, 2 Jun 1999 10:16:17 +0000 Subject: Documentation for the Python language in PDF format and for A4 paper. --- lang/python-doc-pdf-a4/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/python-doc-pdf-a4/Makefile (limited to 'lang/python-doc-pdf-a4') diff --git a/lang/python-doc-pdf-a4/Makefile b/lang/python-doc-pdf-a4/Makefile new file mode 100644 index 000000000000..7237a7009a25 --- /dev/null +++ b/lang/python-doc-pdf-a4/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: python-doc-pdf-a4 +# Version required: 1.5.2 +# Date created: 02 June 1999 +# Whom: Thomas Gellekum +# +# $Id4 +# + +DOCFORMAT= pdf-a4 +MASTERDIR= ${.CURDIR}/../python-doc-html + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3