2009/8/11 Sam Varner <[email protected]>: > [...] > "documentation" is not one of the properties listed in the docs. It > appears that its presence prevents srfi-42.setup-info from being > generated. > [...]
Hello, even if it's not documented, the documentation property for an install-extension command works and causes the listed files to be installed in CHICKEN's documentation directory. Many extensions use the property, although for quite a lot of them, the documentation files listed are not actually present in the .egg package and therefore cause a warning and are not installed :-/ The problem you are encountering is likely something different. Maybe the quasiquotation in the command you showed doesn't expand to something sensible? cu, Thomas -- When C++ is your hammer, every problem looks like your thumb. _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
