]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/Makefile.defs
- changed license to lgpl
[helm.git] / helm / DEVEL / ocaml-http / Makefile.defs
index a8dfd5fe2efdf948ea4c41978e2a24f61934e544..7f480723520f0dd734bbd632b51836b597e280d3 100644 (file)
@@ -2,15 +2,15 @@ PKGNAME = http
 DISTVERSION = $(shell dpkg-parsechangelog | egrep '^Version: ' | sed 's/^Version: //')
 
 DEBUG_FLAGS =
-REQUIRES = unix pcre netstring
+REQUIRES = unix str pcre netstring
 COMMON_FLAGS = $(DEBUG_FLAGS) -pp camlp4o -package "$(REQUIRES)"
 THREADS_FLAGS = -package threads -thread
 OCAMLFIND = ocamlfind
 OCAMLC = $(OCAMLFIND) ocamlc $(COMMON_FLAGS)
 OCAMLOPT = $(OCAMLFIND) ocamlopt $(COMMON_FLAGS)
 OCAMLDEP = $(OCAMLFIND) ocamldep $(COMMON_FLAGS)
-OCAMLDOC :=    \
-       ocamldoc        \
+OCAMLDOC :=                                                    \
+       ocamldoc -stars                                         \
                $(shell $(OCAMLFIND) query -i-format unix)      \
                $(shell $(OCAMLFIND) query -i-format pcre)      \
                $(shell $(OCAMLFIND) query -i-format netstring)
@@ -20,5 +20,5 @@ DISTNAME = ocaml-http
 DISTDIR = $(DISTNAME)-$(DISTVERSION)
 EXTRA_DIST =   \
        INSTALL LICENSE README META.in Makefile Makefile.defs   \
-       .depend doc
+       .depend