Tomas Volf <[email protected]> writes:

> Nikolaos Chatzikonstantinou <[email protected]> writes:
>> 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.

For documentation generation I have a short section in Naming & Logic:

https://www.draketo.de/software/programming-scheme#texinfo

A texinfo manual with Makefile for html, epub and pdf.

For added integration a texinfo setup with automake:

https://www.draketo.de/software/programming-scheme#package

    TEXINFO_TEX = doc/hello.texi # else it needs texinfo.texi
    info_TEXINFOS = doc/hello.texi

Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de

Attachment: signature.asc
Description: PGP signature

Reply via email to