diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-05 06:07:24 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-05 06:07:24 +0000 |
commit | 5fd1ae2fe2de97c596c3a144c5d68e8eed0b02f2 (patch) | |
tree | dcbc419a74d8fa2abe43a3a520d92b91afa90d01 /lang/gnat-doc-texi | |
parent | o New port gnat-doc-ps version 3.13p: Documentation for the GNAT (diff) |
o New port gnat-doc-texi version 3.13p: Documentation for the GNAT
compiler
o Slave port of gnat-doc-html
PR: 30363
Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Diffstat (limited to 'lang/gnat-doc-texi')
-rw-r--r-- | lang/gnat-doc-texi/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/gnat-doc-texi/Makefile b/lang/gnat-doc-texi/Makefile new file mode 100644 index 000000000000..c1b5a151cff9 --- /dev/null +++ b/lang/gnat-doc-texi/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: gnat-doc-texi +# Date created: 04 Sept 2001 +# Whom: John Merryweather Cooper <jmcoopr@webmail.bmi.net> +# +# $FreeBSD$ +# + +DOCFORMAT= texi +MASTERDIR= ${.CURDIR}/../gnat-doc-html + +.include "${MASTERDIR}/Makefile" |