summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-05 05:58:47 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-05 05:58:47 +0000
commit0c99cb215d1ed236816f42d5d448877b7089adcb (patch)
tree6259a56ce44f1283cd37e383d4b2c9afa9f8f48f /lang
parento New port jgnat-doc-ps version 1.1p: Documentation for the JGNAT (diff)
o New port jgnat-doc-txt version 1.1p: Documentation for the JGNAT
compiler o Slave port of jgnat-doc-html PR: 30365 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Notes
Notes: svn path=/head/; revision=51051
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile1
-rw-r--r--lang/jgnat-doc-txt/Makefile11
2 files changed, 12 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 6ad6be4a012f..1f484cd8e104 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -70,6 +70,7 @@
SUBDIR += jgnat-doc-html
SUBDIR += jgnat-doc-info
SUBDIR += jgnat-doc-ps
+ SUBDIR += jgnat-doc-txt
SUBDIR += jruby
SUBDIR += jython
SUBDIR += klone
diff --git a/lang/jgnat-doc-txt/Makefile b/lang/jgnat-doc-txt/Makefile
new file mode 100644
index 000000000000..c2222d1f855d
--- /dev/null
+++ b/lang/jgnat-doc-txt/Makefile
@@ -0,0 +1,11 @@
+# New ports collection makefile for: jgnat-doc-txt
+# Date created: 05 Sept 2001
+# Whom: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
+#
+# $FreeBSD$
+#
+
+DOCFORMAT= txt
+MASTERDIR= ${.CURDIR}/../jgnat-doc-html
+
+.include "${MASTERDIR}/Makefile"