diff options
author | lioux <lioux@FreeBSD.org> | 2001-12-05 14:07:24 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-12-05 14:07:24 +0800 |
commit | 3b4a88472a66ccdb50030c42fa457c68c34ad4d5 (patch) | |
tree | 344d3c03a720592f5fae9a91af6ff07053453af4 /lang | |
parent | e3955d21626dccf205b3ad35aa1f700ed26ca1f1 (diff) | |
download | freebsd-ports-gnome-3b4a88472a66ccdb50030c42fa457c68c34ad4d5.tar.gz freebsd-ports-gnome-3b4a88472a66ccdb50030c42fa457c68c34ad4d5.tar.zst freebsd-ports-gnome-3b4a88472a66ccdb50030c42fa457c68c34ad4d5.zip |
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')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/gnat-doc-texi/Makefile | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index f21413fdc105..d66af020ec43 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -52,6 +52,7 @@ SUBDIR += gnat-doc-html SUBDIR += gnat-doc-info SUBDIR += gnat-doc-ps + SUBDIR += gnat-doc-texi SUBDIR += gnat-glade SUBDIR += gnomebasic SUBDIR += gnustep-base 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" |