diff options
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/gnat-doc-txt/Makefile | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index d66af020ec43..7b4f7e1ea447 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -53,6 +53,7 @@ SUBDIR += gnat-doc-info SUBDIR += gnat-doc-ps SUBDIR += gnat-doc-texi + SUBDIR += gnat-doc-txt SUBDIR += gnat-glade SUBDIR += gnomebasic SUBDIR += gnustep-base diff --git a/lang/gnat-doc-txt/Makefile b/lang/gnat-doc-txt/Makefile new file mode 100644 index 000000000000..8c3cb207b4c9 --- /dev/null +++ b/lang/gnat-doc-txt/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: gnat-doc-txt +# Date created: 04 Sept 2001 +# Whom: John Merryweather Cooper <jmcoopr@webmail.bmi.net> +# +# $FreeBSD$ +# + +DOCFORMAT= txt +MASTERDIR= ${.CURDIR}/../gnat-doc-html + +.include "${MASTERDIR}/Makefile" |