summaryrefslogtreecommitdiff
path: root/makefile
blob: 7e09eeb6123660ad7a0856c5007220e118f1791b (plain)
1
2
3
4
5
6
7
8
api-doc:
	$(eval TMPDIR := $(shell mktemp -d))
	naturaldocs --project $(TMPDIR) --input include/ --output HTML doc/api/
	$(RM) -r $(TMPDIR)

report:
	pandoc --template doc/report-template.tex --number-sections --listings \
	       --output doc/project-report.pdf doc/project-report.md