ADDED docs/Makefile Index: docs/Makefile ================================================================== --- /dev/null +++ docs/Makefile @@ -0,0 +1,2 @@ +chicken.pdf : files + /usr/local/bin/wkhtmltopdf -b -t `cat files` chicken.pdf ADDED docs/chicken.pdf Index: docs/chicken.pdf ================================================================== --- /dev/null +++ docs/chicken.pdf cannot compute difference between binary files ADDED docs/files Index: docs/files ================================================================== --- /dev/null +++ docs/files @@ -0,0 +1,14 @@ +http://wiki.call-cc.org/man/4/The%20User%27s%20Manual?action=show +http://wiki.call-cc.org/man/4/Getting%20started +http://wiki.call-cc.org/man/4/Basic%20mode%20of%20operation +http://wiki.call-cc.org/man/4/Using%20the%20compiler +http://wiki.call-cc.org/man/4/Supported%20language +http://wiki.call-cc.org/man/4/Interface%20to%20external%20functions%20and%20variables +http://wiki.call-cc.org/man/4/Extensions +http://wiki.call-cc.org/man/4/Deployment +http://wiki.call-cc.org/man/4/Cross%20development +http://wiki.call-cc.org/man/4/Data%20representation +http://wiki.call-cc.org/man/4/Bugs%20and%20limitations +http://wiki.call-cc.org/man/4/faq +http://wiki.call-cc.org/man/4/Acknowledgements +http://wiki.call-cc.org/man/4/Bibliography