Re: [pacman-dev] [PATCH] configure.ac : disable doc by default and check for asciidoc

2010-03-16 Thread Jeff
On Tue, Mar 16, 2010 at 11:54:11AM +1000, Allan McRae wrote: I really do not like --disable-doc being the default for releases so I was hopeful there was something we could utilize to distinguish between git and release sources. However, on further investigation, I can not see anything

Re: [pacman-dev] [PATCH] configure.ac : disable doc by default and check for asciidoc

2010-03-16 Thread Xavier Chantry
On Tue, Mar 16, 2010 at 7:02 PM, Jeff j...@kcaccess.com wrote: For any other non-PKGBUILD scenario, the lack of asciidoc should cause a configure error (not just a warning) with a note to install asciidoc or use --disable-doc.  The reason I say should is because I assume that a proper (in the

Re: [pacman-dev] [PATCH] configure.ac : disable doc by default and check for asciidoc

2010-03-16 Thread Jeff
On Tue, Mar 16, 2010 at 07:26:42PM +0100, Xavier Chantry wrote: That misses the problem, which is that asciidoc is not required if man pages are already built (in released tarballs as opposed to git sources). Okay, then I was miunderstanding. Let me go back through the thread and see if

[pacman-dev] [PATCH] Remove unused 'z' option from getopt_long's optstring

2010-03-16 Thread Nagy Gabor
In addition, I permuted shortopts to make it more readable. Signed-off-by: Nagy Gabor ng...@bibl.u-szeged.hu --- src/pacman/pacman.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 750afca..7fe8514 100644 ---