summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 7e09eeb..83f52fb 100644
--- a/makefile
+++ b/makefile
@@ -1,6 +1,6 @@
1api-doc: 1api-doc:
2 $(eval TMPDIR := $(shell mktemp -d)) 2 $(eval TMPDIR := $(shell mktemp -d))
3 naturaldocs --project $(TMPDIR) --input include/ --output HTML doc/api/ 3 naturaldocs --project $(TMPDIR) --input include/ --input doc/topics/ --output HTML doc/api/
4 $(RM) -r $(TMPDIR) 4 $(RM) -r $(TMPDIR)
5 5
6report: 6report: