docs/Makefile

changeset 765
b5128bb44459
parent 754
4bc7d966c9db
equal deleted inserted replaced
764:ccbdbd088455 765:b5128bb44459
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:

mercurial