SimpleNotes/Makefile

11 lines
265 B
Makefile

api_doc_output=docs/index.html
api_blueprint_src=api-doc/api.apib
aglio_template=default
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)