SimpleNotes/Makefile
2020-04-20 01:09:42 +02:00

11 lines
266 B
Makefile

api_doc_output=public/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)