aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-05 06:08:19 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-05 06:08:19 +0000
commit06bbb6e5c78b2924373e56e82626ad424bb26c75 (patch)
tree40df90093f76fe6952bfd3cf56af77ba8cfef3e9 /lang
parent5fd1ae2fe2de97c596c3a144c5d68e8eed0b02f2 (diff)
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile1
-rw-r--r--lang/gnat-doc-txt/Makefile11
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"