X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Make.rules.in;h=38dc3890f12e930163f7853dfed4b393c269bf59;hb=a5f49a5befbc82e0a84f6a7bf78cb296f99c934a;hp=484d562198e1411378587595bb06945192c9765d;hpb=10ae94c252bfc3e744407115274fd3d92957d026;p=virt-df.git diff --git a/Make.rules.in b/Make.rules.in index 484d562..38dc389 100644 --- a/Make.rules.in +++ b/Make.rules.in @@ -23,9 +23,6 @@ OCAMLDEP = @OCAMLDEP@ OCAMLC = @OCAMLC@ OCAMLOPT = @OCAMLOPT@ -OCAMLDOC = @OCAMLDOC@ -OCAMLDOCFLAGS += -html -sort - # Common rules for building OCaml objects. ifneq ($(OCAMLFIND),) @@ -67,17 +64,6 @@ ifeq ($(wildcard .depend),.depend) include .depend endif -# Developer documentation (in html/ subdirectory). - -ifneq ($(OCAMLDOC),) -ifneq ($(OCAMLDOCFILES),) -doc: - rm -rf html - mkdir html - -$(OCAMLDOC) $(OCAMLDOCFLAGS) -d html $(OCAMLDOCFILES) -endif -endif - .PHONY: depend dist check-manifest dpkg doc .SUFFIXES: .cmo .cmi .cmx .ml .mli .mll .mly