mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
Generating lib docs in html format.
This commit is contained in:
parent
eed67d5872
commit
b4dc6f994b
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ doc-libs: $(HTML_LIBS)
|
||||||
|
|
||||||
doc/lib/%.html: lib/%.sld
|
doc/lib/%.html: lib/%.sld
|
||||||
$(MKDIR) $(dir $@)
|
$(MKDIR) $(dir $@)
|
||||||
$(CHIBI_DOC) $(subst /,.,$*) > $@
|
$(CHIBI_DOC) --html $(subst /,.,$*) > $@
|
||||||
|
|
||||||
clean-libs:
|
clean-libs:
|
||||||
$(RM) $(COMPILED_LIBS)
|
$(RM) $(COMPILED_LIBS)
|
||||||
|
|
Loading…
Add table
Reference in a new issue