From 76664cbb9afaaba0b4716e33018eb3a876b40cd7 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Fri, 22 Jan 1999 06:57:28 +0000 Subject: [PATCH] Move pkg/JADETEX to files/JADETEX. --- textproc/docproj/Makefile | 4 ++-- textproc/docproj/files/JADETEX | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 textproc/docproj/files/JADETEX diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index cf66dba38ee7..406daf088955 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -3,7 +3,7 @@ # Date created: 27 June 1998 # Whom: Nik Clayton # -# $Id: Makefile,v 1.7 1999/01/20 22:19:42 nik Exp $ +# $Id: Makefile,v 1.8 1999/01/21 03:28:27 jkh Exp $ # DISTNAME= docproj @@ -25,7 +25,7 @@ JADETEX?= .if empty(JADETEX) && (make(fetch) || make(build) || make(install)) .BEGIN: - @${CAT} pkg/JADETEX + @${CAT} files/JADETEX @${FALSE} .endif diff --git a/textproc/docproj/files/JADETEX b/textproc/docproj/files/JADETEX new file mode 100644 index 000000000000..f2f7379f5536 --- /dev/null +++ b/textproc/docproj/files/JADETEX @@ -0,0 +1,17 @@ +This port will try and ensure that the tools used by the FreeBSD +Documentation Project are installed on your system so you can convert +documentation from SGML to other formats. + +One of these components is JadeTeX, which depends on TeTeX. The source +for TeTeX is larger than 30MB, and may be a very long download for you. + +If you do not want to produce PostScript and PDF formats from the +documentation then you do not need JadeTeX, and you should set the +variable "JADETEX" to "no". If you do want to produce PostScript and +PDF output then set "JADETEX" to yes. + +For example; + + make JADETEX=no + make JADETEX=yes +