X-Git-Url: http://git.annexia.org/?p=virt-mem.git;a=blobdiff_plain;f=Make.rules.in;h=b22f3376483bd15e434d15a68ef1b0215f0514df;hp=0ce95e228a89c348225ff0952d7880480746e849;hb=245add886d407308340de3d6f1983602c3ba2645;hpb=5ce06c3326a2672e82dc656b35eb7a3e6616539a diff --git a/Make.rules.in b/Make.rules.in index 0ce95e2..b22f337 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. .mli.cmi: @@ -52,17 +49,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