| 34 |
34 |
| 35 all-api: $(docs_dir)/web $(docs_dir)/web/api-2.1 $(docs_dir)/web/api FORCE |
35 all-api: $(docs_dir)/web $(docs_dir)/web/api-2.1 $(docs_dir)/web/api FORCE |
| 36 @echo "[ API Docs Generated ]" |
36 @echo "[ API Docs Generated ]" |
| 37 |
37 |
| 38 $(docs_dir)/web/api-2.1: api-2.1 FORCE |
38 $(docs_dir)/web/api-2.1: api-2.1 FORCE |
| 39 $(COPYALL) $< $@ |
39 $(MKDIR) $@ |
| |
40 $(COPYALL) $< "$@/.." |
| 40 |
41 |
| 41 $(docs_dir)/web/api: FORCE |
42 $(docs_dir)/web/api: FORCE |
| 42 cd $(src_dir); $(DOXYGEN) |
43 cd $(src_dir); $(DOXYGEN) |
| 43 |
44 |
| 44 $(docs_dir)/web: |
45 $(docs_dir)/web: |