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 been fixed in version cf9c110. > This works and produces good looking HTML code: > > texinfo-js emacs-lisp-intro.texi -I ../emacs > > So the order of options is significant, so far so good. But the error > message is quit unclear. The texi2any options come after the manual name to distinguish them from options to texinfo-js itself (currently, only --version and --help). Also, sophisticated option parsing is not easy in shell script. Happy new year!
