Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh-5.0.5-dev-1



Hi,

On Mon, Aug 11, 2014 at 05:39:31PM +0100, Peter Stephenson wrote:
> It looks like there's one more that needs changing in the TEXI2HTML =
> macro assignment (I'm not quite sure how it works without that).

Indeed. It just throws a warning there with my patch:

  makeinfo: warning: could not read init file ../../Doc/texi2html.conf

(We use makeinfo instead of texi2html which IIRC is deprecated.)

The following additional change should fix this:

-            --init-file $(sdir)/texi2html.conf
+            --init-file texi2html.conf

		Kind regards, Axel
-- 
/~\  Plain Text Ribbon Campaign                   | Axel Beckert
\ /  Say No to HTML in E-Mail and News            | abe@xxxxxxxxxxxxxxx  (Mail)
 X   See http://www.nonhtmlmail.org/campaign.html | abe@xxxxxxxxx (Mail+Jabber)
/ \  I love long mails: http://email.is-not-s.ms/ | http://noone.org/abe/ (Web)



Messages sorted by: Reverse Date, Date, Thread, Author