diff options
author | tg <tg@FreeBSD.org> | 1999-06-02 10:19:53 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-06-02 10:19:53 +0000 |
commit | 2dd267e317e26548ff12acdd0ac6eca50b8d69d2 (patch) | |
tree | c3420e2bd16913460c069c06d95e335a2c19e806 /lang/python-doc-postscript-a4 | |
parent | d2ecfb09621f1c011311e49c3b147b5ab7177e54 (diff) | |
download | FreeBSD-ports-2dd267e317e26548ff12acdd0ac6eca50b8d69d2.zip FreeBSD-ports-2dd267e317e26548ff12acdd0ac6eca50b8d69d2.tar.gz |
Documentation for the Python language in PS format for A4 paper.
Diffstat (limited to 'lang/python-doc-postscript-a4')
-rw-r--r-- | lang/python-doc-postscript-a4/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/python-doc-postscript-a4/Makefile b/lang/python-doc-postscript-a4/Makefile new file mode 100644 index 0000000..02d7764 --- /dev/null +++ b/lang/python-doc-postscript-a4/Makefile @@ -0,0 +1,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" |