On 16/03/10 10:08, Xavier Chantry wrote:
On Tue, Mar 16, 2010 at 12:25 AM, Allan McRae<allan@archlinux.org> wrote:
Lets just demonstrate I have not looked into this myself... :P
How is this handled for a release tarball? I suspect that there must be something in the configure.ac that stops asciidoc usage then. Can we not add the asciidoc check in that if/else check?
I could be missing something...
I was assuming it was just make feature in use. When you run 'make' twice, the second time usually does nothing since everything is already built.
It sure is... told you I was missing something. 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 in configure.ac that is suitable. Adding anything would require an extra step for release so I am not really sure what to do. Allan