Home | History | Annotate | Download | only in docs

Lines Matching refs:OCAMLDOC

33 .PHONY: install-html install-doxygen doxygen install-ocamldoc ocamldoc generated
39 ifdef OCAMLDOC
41 install_targets += install-ocamldoc
47 ifdef OCAMLDOC
48 generated_targets += ocamldoc
99 install-ocamldoc: ocamldoc
100 $(Echo) Installing ocamldoc documentation
101 $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_docsdir)/ocamldoc/html
102 $(Verb) $(DataInstall) $(PROJ_OBJ_DIR)/ocamldoc.tar.gz $(DESTDIR)$(PROJ_docsdir)
103 $(Verb) cd $(PROJ_OBJ_DIR)/ocamldoc && \
105 $(DataInstall) {} $(DESTDIR)$(PROJ_docsdir)/ocamldoc/html \;
107 ocamldoc: regen-ocamldoc
108 $(Echo) Packaging ocamldoc documentation
109 $(Verb) $(RM) -rf $(PROJ_OBJ_DIR)/ocamldoc.tar*
110 $(Verb) $(TAR) cf $(PROJ_OBJ_DIR)/ocamldoc.tar ocamldoc
111 $(Verb) $(GZIPBIN) $(PROJ_OBJ_DIR)/ocamldoc.tar
112 $(Verb) $(CP) $(PROJ_OBJ_DIR)/ocamldoc.tar.gz $(PROJ_OBJ_DIR)/ocamldoc/html/
114 regen-ocamldoc:
115 $(Echo) Building ocamldoc documentation
116 $(Verb) if test -e $(PROJ_OBJ_DIR)/ocamldoc ; then \
117 $(RM) -rf $(PROJ_OBJ_DIR)/ocamldoc ; \
119 $(Verb) $(MAKE) -C $(LEVEL)/bindings/ocaml ocamldoc
120 $(Verb) $(MKDIR) $(PROJ_OBJ_DIR)/ocamldoc/html
122 $(OCAMLDOC) -d $(PROJ_OBJ_DIR)/ocamldoc/html -sort -colorize-code -html \