Sorry - missed an check to see if --enable/disable-docs had been set. As
is configure.in 

On Sun, 2003-02-16 at 15:47, Stipe Tolj wrote:
> Alan McNatty wrote:
> > 
> > Ok thanks - I see now how it works ..
> > 
> > I've attached patch below in unified format. I've changed the order so
> > that you first check for --enable-docs, etc then check to see if jade,
> > jadetex, etc are all installed before confirming that indeed the docs
> > should be made. It's a bit more all or nothing, that is you either have
> > all the 'right things' installed to build all the docs or you don't so
> > can't proceed. I'm not sure if everyone will like this - just something
> > to test and consider.
> 
> +1, commited to cvs.
> 
> Stipe
> 
> [EMAIL PROTECTED]
> -------------------------------------------------------------------
> Wapme Systems AG
> 
> Vogelsanger Weg 80
> 40470 Düsseldorf
> 
> Tel: +49-211-74845-0
> Fax: +49-211-74845-299
> 
> E-Mail: [EMAIL PROTECTED]
> Internet: http://www.wapme-systems.de
> -------------------------------------------------------------------
> wapme.net - wherever you are
> 
-- 
Alan McNatty <[EMAIL PROTECTED]>
Index: configure.in
===================================================================
RCS file: /home/cvs/gateway/configure.in,v
retrieving revision 1.110
diff -u -r1.110 configure.in
--- configure.in	16 Feb 2003 14:38:22 -0000	1.110
+++ configure.in	26 Feb 2003 22:51:02 -0000
@@ -274,9 +274,10 @@
     || test "$JADE"       = "no" \
     || test "$JADETEX"    = "no" \
     || test "$PDFJADETEX" = "no" \
-    || test "$DVIPS"      = "no"  \
-    || test "$FIG2DEV"    = "no"  \
-    || test "$CONVERT"    = "no"
+    || test "$DVIPS"      = "no" \
+    || test "$FIG2DEV"    = "no" \
+    || test "$CONVERT"    = "no" \
+    || test "$DOCSTARGET" = "no-docs"
 then
   DOCSTARGET="no-docs"
 else

Reply via email to