On Mon, Apr 9, 2007, Aleksander <[EMAIL PROTECTED]> said: > Any easy way to disable the manual making when using svn to create test > builds. It requires asciidoc etc, which many distros don't have and it's > a pita to get them installed (bit of rpm hell for me on SLES10, using > SUSE10 packages). > > # autoreconf -i -f > # configure --with-mysql --with-sieve --disable-manual > # make > # make install > > Would be great. Is it possible?
We should probably ship the man pages pre-built in the stable tarballs, but I suspect that you'd also want to be able to turn them off when you're building an unstable tarball on some other platform just for testing. Looking around, --disable-manual does appear to be a pretty conventional name for this option, so I'll use that. Aaron _______________________________________________ Dbmail-dev mailing list [email protected] http://twister.fastxs.net/mailman/listinfo/dbmail-dev
