<br><br><div class="gmail_quote">2009/8/11 Charles Lepple <span dir="ltr">&lt;<a href="mailto:clepple@gmail.com">clepple@gmail.com</a>&gt;</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 &#39;make html&#39; never recurses into docs/website.<br>
<br>
I have listed &#39;website&#39; in the &#39;SUBDIRS&#39; section of docs/Makefile.am, and &#39;docs/website/Makefile&#39; 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&#39;t be true unless you have &#39;asciidoc&#39; installed, but it&#39;s an easy thing to add if you don&#39;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&#39;t!<br>so it&#39;s definitly a target issue.<br><br></div></div>I&#39;ve not found the exact reason, but a solution that works is to add an &quot;all: html&quot; just after the MANUALUPDATE flag.<br>
<br>btw, each target should output its result to the separate output dir.*<br>ie &quot;... -o output/$@<br><br>cheers,<br>Arnaud<br>-- <br>Linux / Unix Expert R&amp;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>