diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-20 04:15:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-20 04:15:15 +0000 |
commit | 751790b51ae4c1152e8944cbaf99d49b1377e95b (patch) | |
tree | 086c03d44a933a34d3f086e2ad7487d5d6b2872d /graphics/gimp-manual-pdf/Makefile | |
parent | 1007d89b1e30bdb9e77bc765b023f4e3c60f6982 (diff) | |
download | ports-751790b51ae4c1152e8944cbaf99d49b1377e95b.tar.gz ports-751790b51ae4c1152e8944cbaf99d49b1377e95b.zip |
Notes
Diffstat (limited to 'graphics/gimp-manual-pdf/Makefile')
-rw-r--r-- | graphics/gimp-manual-pdf/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/gimp-manual-pdf/Makefile b/graphics/gimp-manual-pdf/Makefile new file mode 100644 index 000000000000..a71bf69aa1fd --- /dev/null +++ b/graphics/gimp-manual-pdf/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: gimp-manual-1.0.0 (PDF) +# Version required: 1.0.0 +# Date created: 5 June 1998 +# Whom: Brett Taylor +# +# $Id$ +# + +DOCFORMAT= PDF +MASTERDIR= ${.CURDIR}/../gimp-manual-html + +.include "${MASTERDIR}/Makefile" |