diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ | |||
1 | api-doc: | 1 | api-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 | ||
6 | report: | 6 | report: |