11 lines
264 B
Makefile
11 lines
264 B
Makefile
api_doc_output=docs/index.html
|
|
api_blueprint_src=api-doc/api.apib
|
|
aglio_template=triple
|
|
aglio_theme=cyborg
|
|
|
|
# API doc
|
|
gen-api-doc:
|
|
aglio -i $(api_blueprint_src) -o $(api_doc_output)\
|
|
--theme-template=$(aglio_template) \
|
|
--theme-variables=$(aglio_theme)
|