Re: [l2h] calling latex2html with -dir . fails

2024-09-17 Thread Daniel Gildea
> With the patch applied, using "-rootdir ." displays an error: > > $ latex2html -rootdir . l2htest.tex > [...] > Error (Make_directory_absolute): chdir "" failed: No such file or directory > at /usr/bin/latex2html line 1289. > [...] That should be fixed now in github. > The output with and wit

Re: [l2h] calling latex2html with -dir . fails

2024-09-17 Thread Carsten Leonhardt
Daniel Gildea writes: >> With the patch applied, using "-rootdir ." displays an error: >> >> $ latex2html -rootdir . l2htest.tex >> [...] >> Error (Make_directory_absolute): chdir "" failed: No such file or directory >> at /usr/bin/latex2html line 1289. >> [...] > > That should be fixed now in