mmontone / cl-forms

Web forms handling library for Common lisp
http://mmontone.github.io/cl-forms
MIT License
43 stars 5 forks source link

docs: install the .who renderer package, how to emit HTML on the REPL #7

Closed vindarel closed 2 years ago

vindarel commented 2 years ago

fixes #6

That's one question resolved for the next ones.

mmontone commented 2 years ago

Nice. Thanks!

mmontone commented 2 years ago

Actually, I'm having to rewrite to correct file. The source of documentation is cl-forms.source.texi file. For next time ...

vindarel commented 2 years ago

Oops sorry. So you did it, it seems. Do you want to document the steps required to build the documentation? I see you committed changes to the html, pdf, .info, .texi, I could try to send a complete PR next time.

mmontone commented 2 years ago

To build the docs, update cl-forms.source.texi, then run make in docs directory.