Re: regarding jade's HTML backend

Subject: Re: regarding jade's HTML backend
From: Adam Di Carlo <adam@xxxxxxxxxxx>
Date: 26 Jun 1999 15:02:25 -0400
"Didier PH Martin" <martind@xxxxxxxxxxxxx> writes:
> Actually no, I you do the patch we'll include it in the OpenJade package.

You'll find the patch to config/configure.in below.  You'll also have
to regenerate the toplevel configure (do 'cd config; autoconf; mv
configure ../').

> Thanks for your help Adam.

You're welcome!

BTW, this change will be in Debian's Jade package, 1.2.1-9.

--
.....Adam Di Carlo....adam@xxxxxxxxxxxxxxxx<URL:http://www.onShore.com/>
--- configure.in	1999/06/12 20:11:37	1.6
+++ configure.in	1999/06/26 18:58:17	1.7
@@ -143,10 +143,20 @@
 dnl  Framemaker support
 dnl
 AC_ARG_ENABLE(mif,
-[  --enable-mif            bind in support for FrameMaker MIF output],
+[  --enable-mif            include support for FrameMaker MIF output],
     if test $enableval
     then
 	AC_DEFINE(JADE_MIF)
+    fi)
+
+dnl
+dnl  HTML backend support
+dnl
+AC_ARG_ENABLE(html,
+[  --enable-html           include support for HTML output],
+    if test $enableval
+    then
+	AC_DEFINE(JADE_HTML)
     fi)
 


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread