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