Lines Matching refs:OCAMLDOC
34 .PHONY: install-html install-doxygen doxygen install-ocamldoc ocamldoc generated
40 ifdef OCAMLDOC
42 install_targets += install-ocamldoc
48 ifdef OCAMLDOC
49 generated_targets += ocamldoc
102 install-ocamldoc: ocamldoc
103 $(Echo) Installing ocamldoc documentation
104 $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_docsdir)/ocamldoc/html
105 $(Verb) $(DataInstall) $(PROJ_OBJ_DIR)/ocamldoc.tar.gz $(DESTDIR)$(PROJ_docsdir)
106 $(Verb) cd $(PROJ_OBJ_DIR)/ocamldoc && \
108 $(DataInstall) {} $(DESTDIR)$(PROJ_docsdir)/ocamldoc/html \;
110 ocamldoc: regen-ocamldoc
111 $(Echo) Packaging ocamldoc documentation
112 $(Verb) $(RM) -rf $(PROJ_OBJ_DIR)/ocamldoc.tar*
113 $(Verb) $(TAR) cf $(PROJ_OBJ_DIR)/ocamldoc.tar ocamldoc
114 $(Verb) $(GZIPBIN) $(PROJ_OBJ_DIR)/ocamldoc.tar
115 $(Verb) $(CP) $(PROJ_OBJ_DIR)/ocamldoc.tar.gz $(PROJ_OBJ_DIR)/ocamldoc/html/
117 regen-ocamldoc:
118 $(Echo) Building ocamldoc documentation
119 $(Verb) if test -e $(PROJ_OBJ_DIR)/ocamldoc ; then \
120 $(RM) -rf $(PROJ_OBJ_DIR)/ocamldoc ; \
122 $(Verb) $(MAKE) -C $(LEVEL)/bindings/ocaml ocamldoc
123 $(Verb) $(MKDIR) $(PROJ_OBJ_DIR)/ocamldoc/html
125 $(OCAMLDOC) -d $(PROJ_OBJ_DIR)/ocamldoc/html -sort -colorize-code -html \