diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-05 05:58:47 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-05 05:58:47 +0000 |
commit | 0c99cb215d1ed236816f42d5d448877b7089adcb (patch) | |
tree | 6259a56ce44f1283cd37e383d4b2c9afa9f8f48f /lang/jgnat-doc-txt | |
parent | 8d6f3190ca81115d56043999b3ed1275d34fbbb3 (diff) |
Notes
Diffstat (limited to 'lang/jgnat-doc-txt')
-rw-r--r-- | lang/jgnat-doc-txt/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/jgnat-doc-txt/Makefile b/lang/jgnat-doc-txt/Makefile new file mode 100644 index 000000000000..c2222d1f855d --- /dev/null +++ b/lang/jgnat-doc-txt/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: jgnat-doc-txt +# Date created: 05 Sept 2001 +# Whom: John Merryweather Cooper <jmcoopr@webmail.bmi.net> +# +# $FreeBSD$ +# + +DOCFORMAT= txt +MASTERDIR= ${.CURDIR}/../jgnat-doc-html + +.include "${MASTERDIR}/Makefile" |