mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 16:57:35 +02:00
Issue #488 - Add api-doc directive
This commit is contained in:
parent
cbd3d63172
commit
be48ac9ea7
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -147,9 +147,12 @@ debug :
|
||||||
doc :
|
doc :
|
||||||
doxygen Doxyfile
|
doxygen Doxyfile
|
||||||
|
|
||||||
|
api-doc :
|
||||||
|
./scripts/generate-doc-index.sh && mv api-index.scm docs/api/
|
||||||
|
|
||||||
# Helper rules (of interest to people hacking on this makefile)
|
# Helper rules (of interest to people hacking on this makefile)
|
||||||
|
|
||||||
.PHONY: clean full bench bootstrap tags indent debug test doc
|
.PHONY: clean full bench bootstrap tags indent debug test doc api-doc
|
||||||
|
|
||||||
$(TESTS) : %: %.scm cyclone libs
|
$(TESTS) : %: %.scm cyclone libs
|
||||||
$(CYCLONE_LOCAL) -I . $<
|
$(CYCLONE_LOCAL) -I . $<
|
||||||
|
|
Loading…
Add table
Reference in a new issue