1063:e453e717876e | 1064:f3b04cd60776 |
---|---|
38 $(docs_dir)/web/api-2.1: api-2.1 FORCE | 38 $(docs_dir)/web/api-2.1: api-2.1 FORCE |
39 $(MKDIR) $@ | 39 $(MKDIR) $@ |
40 $(COPYALL) $< "$@/.." | 40 $(COPYALL) $< "$@/.." |
41 | 41 |
42 $(docs_dir)/web/api: FORCE | 42 $(docs_dir)/web/api: FORCE |
43 cd $(src_dir); $(DOXYGEN) | 43 cd $(root_dir); $(DOXYGEN) |
44 | 44 |
45 $(docs_dir)/web: | 45 $(docs_dir)/web: |
46 $(MKDIR) $@ | 46 $(MKDIR) $@ |
47 | 47 |
48 $(DOCS_CSS): src/ucx.css | 48 $(DOCS_CSS): src/ucx.css |