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 | |
parent | ac6fb9b5e820beb1b3f308b5cd45b3d1c1cb33ae (diff) | |
download | ports-5fd1ae2fe2de97c596c3a144c5d68e8eed0b02f2.tar.gz ports-5fd1ae2fe2de97c596c3a144c5d68e8eed0b02f2.zip |
Notes
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" |