]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/Makefile.defs
When the stylesheet from TML to MathML generated a document without a root
[helm.git] / helm / DEVEL / ocaml-http / Makefile.defs
index 8884bfd3d2bbbf8c5bbac6e2b8c1cd5f811912ca..6fd4b75f8999db82eecdaa2d4be88c27cc80cf2a 100644 (file)
@@ -9,11 +9,17 @@ OCAMLFIND = ocamlfind
 OCAMLC = $(OCAMLFIND) ocamlc $(COMMON_FLAGS)
 OCAMLOPT = $(OCAMLFIND) ocamlopt $(COMMON_FLAGS)
 OCAMLDEP = $(OCAMLFIND) ocamldep $(COMMON_FLAGS)
-OCAMLDOC = ocamldoc
+OCAMLDOC :=    \
+       ocamldoc        \
+               $(shell $(OCAMLFIND) query -i-format unix)      \
+               $(shell $(OCAMLFIND) query -i-format pcre)      \
+               $(shell $(OCAMLFIND) query -i-format netstring)
+DOT = dot
 
 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