diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-05 05:57:31 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-05 05:57:31 +0000 |
commit | 8d6f3190ca81115d56043999b3ed1275d34fbbb3 (patch) | |
tree | 118853e434e2a2818a7872144baf029ef17547cb /lang | |
parent | 32eff8a16033937141379fbce8948bd997cfe0c1 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/jgnat-doc-ps/Makefile | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index b5bc350b765c..6ad6be4a012f 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -69,6 +69,7 @@ SUBDIR += jgnat SUBDIR += jgnat-doc-html SUBDIR += jgnat-doc-info + SUBDIR += jgnat-doc-ps SUBDIR += jruby SUBDIR += jython SUBDIR += klone diff --git a/lang/jgnat-doc-ps/Makefile b/lang/jgnat-doc-ps/Makefile new file mode 100644 index 000000000000..ebf5926d11c4 --- /dev/null +++ b/lang/jgnat-doc-ps/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: jgnat-doc-ps +# Date created: 05 Sept 2001 +# Whom: John Merryweather Cooper <jmcoopr@webmail.bmi.net> +# +# $FreeBSD$ +# + +DOCFORMAT= ps +MASTERDIR= ${.CURDIR}/../jgnat-doc-html + +.include "${MASTERDIR}/Makefile" |