]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/Makefile.defs
- set ocamldoc to look in netstring directory so that it's able to find
[helm.git] / helm / DEVEL / ocaml-http / Makefile.defs
index 8884bfd3d2bbbf8c5bbac6e2b8c1cd5f811912ca..642a7acb5fbd5f7cd42b488695067a80dcad3e74 100644 (file)
@@ -9,11 +9,12 @@ OCAMLFIND = ocamlfind
 OCAMLC = $(OCAMLFIND) ocamlc $(COMMON_FLAGS)
 OCAMLOPT = $(OCAMLFIND) ocamlopt $(COMMON_FLAGS)
 OCAMLDEP = $(OCAMLFIND) ocamldep $(COMMON_FLAGS)
-OCAMLDOC = ocamldoc
+OCAMLDOC := ocamldoc -I $(shell $(OCAMLFIND) query netstring)
 
 DISTNAME = ocaml-http
 DISTDIR = $(DISTNAME)-$(DISTVERSION)
 EXTRA_DIST =   \
-       INSTALL LICENSE README META.in Makefile Makefile.defs .depend tophttp doc
+       INSTALL LICENSE README META.in Makefile Makefile.defs Makefile.overrides        \
+       .depend tophttp doc