On Sun, Oct 5, 2025, 7:38 PM Tomas Volf <[email protected]> wrote: > Nikolaos Chatzikonstantinou <[email protected]> writes: > > > Hello list, > > > > I've compiled a list of Guile skeleton projects with Autotools > > (autoconf, automake) here: > > <https://codeberg.org/annoyingusername/guile-project-skeletons-autotools > >. > > Hopefully this will be useful to others. I tried to cover all the > > cases that I could come up with. > > Looks interesting. I should probably find the time to publish my own > project blueprint repository. From my experience, the most annoying > part to get at least semi-right are dependency tracking and > documentation generation, so it would be nice if that was covered.
Which part of documentation generation? Im currently writing a Guile library that i will publish soon and I will also add an example project that shows how to get texinfo docs into HTML in codeberg pages with their CI. (If that is what you meant.) I will look also into the rest of your comments that I did not include in this message. Regards, Nikolaos Chatzikonstantinou > >
