<br><br><div class="gmail_quote">2009/8/11 Charles Lepple <span dir="ltr"><<a href="mailto:clepple@gmail.com">clepple@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Could someone please check and see what I am doing wrong with automake in branches/AsciiDoc?<br>
<br>
<a href="http://boxster.ghz.cc/projects/nut/browser/branches/AsciiDoc/docs/Makefile.am?rev=1917" target="_blank">http://boxster.ghz.cc/projects/nut/browser/branches/AsciiDoc/docs/Makefile.am?rev=1917</a><br>
<br>
The problem is that 'make html' never recurses into docs/website.<br>
<br>
I have listed 'website' in the 'SUBDIRS' section of docs/Makefile.am, and 'docs/website/Makefile' is listed in the output section of <a href="http://configure.in" target="_blank">configure.in</a>.<br>
<br>
(If you need to test things, the MANUALUPDATE conditional won't be true unless you have 'asciidoc' installed, but it's an easy thing to add if you don't have it.)<br>
<br>
Any tips would be appreciated. Thanks!<br><font color="#888888">
</font></blockquote><div><br>from the website dir, make html works, while a simple make doesn't!<br>so it's definitly a target issue.<br><br></div></div>I've not found the exact reason, but a solution that works is to add an "all: html" just after the MANUALUPDATE flag.<br>
<br>btw, each target should output its result to the separate output dir.*<br>ie "... -o output/$@<br><br>cheers,<br>Arnaud<br>-- <br>Linux / Unix Expert R&D - Eaton - <a href="http://www.eaton.com/mgeops">http://www.eaton.com/mgeops</a><br>
Network UPS Tools (NUT) Project Leader - <a href="http://www.networkupstools.org/">http://www.networkupstools.org/</a><br>Debian Developer - <a href="http://www.debian.org">http://www.debian.org</a><br>Free Software Developer - <a href="http://arnaud.quette.free.fr/">http://arnaud.quette.free.fr/</a><br>
<br>