Search Results
7/9/2025, 11:38:54 PM
>>105851779
Loading up sly,
compiling make-cookbook.lisp with C-c C-k,
and then running:
(build-full-source)
worked.
Then I ran:
pandoc --from gfm --to texinfo full.md -o full.texi
and that worked too.
However, the texinfo that was generated by pandoc was giving the GNU tools for generating info files indigestion.
# I tried to force it, but it refused to generate output, because too many errors were found in the source document.
texi2any --info --force full.texi -o cl-cookbook.info
Loading up sly,
compiling make-cookbook.lisp with C-c C-k,
and then running:
(build-full-source)
worked.
Then I ran:
pandoc --from gfm --to texinfo full.md -o full.texi
and that worked too.
However, the texinfo that was generated by pandoc was giving the GNU tools for generating info files indigestion.
# I tried to force it, but it refused to generate output, because too many errors were found in the source document.
texi2any --info --force full.texi -o cl-cookbook.info
Page 1