On Tue, Jan 01, 2019 at 06:55:20PM +0100, Stefan Husmann wrote:
> Okay, so I tried
>
> [haawda@frege lispintro]$ texinfo-js -I ../emacs emacs-lisp-intro.texi
> texinfo-js: unknown option --I
>
> Why two hyphens?
Glad to see somebody is trying this system! The extra hyphen was an error
and has b
Hello list members,
I was trying to genarate html out put of the Emacs Lisp Introduction
using the sources coming with Gnu Emacs from git master. The source file
emacs-lisp-intro.texi uses some files by @including them, which are not
in the same directory, but at ../emacs.
I tried to run
[haaw