Searched refs:ocamldoc (Results 1 – 7 of 7) sorted by relevance
43 .PHONY: install-html install-doxygen doxygen install-ocamldoc ocamldoc generated51 install_targets += install-ocamldoc58 generated_targets += ocamldoc110 install-ocamldoc: ocamldoc111 $(Echo) Installing ocamldoc documentation112 $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_docsdir)/ocamldoc/html113 $(Verb) $(DataInstall) $(PROJ_OBJ_DIR)/ocamldoc.tar.gz $(DESTDIR)$(PROJ_docsdir)114 $(Verb) cd $(PROJ_OBJ_DIR)/ocamldoc && \116 $(DataInstall) {} $(DESTDIR)$(PROJ_docsdir)/ocamldoc/html \;118 ocamldoc: regen-ocamldoc target[all …]
138 COMMAND ${CMAKE_COMMAND} -E remove_directory ${CMAKE_CURRENT_BINARY_DIR}/ocamldoc/html139 COMMAND ${CMAKE_COMMAND} -E make_directory ${CMAKE_CURRENT_BINARY_DIR}/ocamldoc/html140 COMMAND ${OCAMLFIND} ocamldoc -d ${CMAKE_CURRENT_BINARY_DIR}/ocamldoc/html146 install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/ocamldoc/html
56 ocamldoc: stubs target58 $(MAKE) -f Makefile.$$i ocamldoc; \61 .PHONY: all-backends clean-backends install-backends uninstall-backends ocamldoc
13 ocamldoc: target15 $(MAKE) -C $$i ocamldoc; \
15 ocamldoc: target17 $(MAKE) -C $$i ocamldoc; \
435 ocamldoc: $(ObjDir)/$(LIBRARYNAME).odoc
147 COMMAND "${OCAMLFIND}" "ocamldoc"