diff options
author | Nik Clayton <nik@FreeBSD.org> | 1999-01-22 06:57:28 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 1999-01-22 06:57:28 +0000 |
commit | 76664cbb9afaaba0b4716e33018eb3a876b40cd7 (patch) | |
tree | b3ac088081bf48f470e6b8bc3852e2c8a7c3fca2 | |
parent | 8dff3ebe1e362193adf7c883ab6218bf167ccd6f (diff) | |
download | ports-76664cbb9afaaba0b4716e33018eb3a876b40cd7.tar.gz ports-76664cbb9afaaba0b4716e33018eb3a876b40cd7.zip |
Notes
-rw-r--r-- | textproc/docproj/Makefile | 4 | ||||
-rw-r--r-- | textproc/docproj/files/JADETEX | 17 |
2 files changed, 19 insertions, 2 deletions
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 <nik@freebsd.org> # -# $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 + |