<blockquote>
<p>Maybe it'd be okay not to have an HTML manual, but the help menu item tries to access it, so it would result in a diminished version of Geany, and that's why it is as it currently is (optional by default unless you don't have any HTML version already)</p>
</blockquote>

<p>Geany falls back to the online version of the manual if the local version doesn't exist which I believe is sufficient (just try removing the local help file - you'll get the online manual when clicking Help).</p>

<p>I was asking mostly because when one wants to explain how to build geany to someone unfamiliar with the build process like in</p>

<p><a href="http://lists.geany.org/pipermail/users/2016-January/009868.html">http://lists.geany.org/pipermail/users/2016-January/009868.html</a></p>

<p>the easiest way is to say</p>

<pre><code>./autogen.sh --disable-html-docs && make && sudo make install
</code></pre>

<p>because most probably the user doesn't have docutils installed. It would be nice if it was just the standard</p>

<pre><code>./autogen.sh && make && sudo make install
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/issues/863#issuecomment-170400062">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJytd7Y-Uep0KjiPLS58gi770q1mhks5pYtOTgaJpZM4HB7WI.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/issues/863#issuecomment-170400062"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>