]> git.pld-linux.org Git - packages/ocaml.git/blame - ocaml-nomanpages.patch
- revert source0 change (this is 3.08.0)
[packages/ocaml.git] / ocaml-nomanpages.patch
CommitLineData
e442b43d 1--- ocaml-3.06/ocamldoc/Makefile~ Wed Oct 22 16:23:07 2003
2+++ ocaml-3.06/ocamldoc/Makefile Wed Oct 22 16:23:07 2003
3@@ -179,7 +179,8 @@
4 ../otherlibs/bigarray/bigarray.mli \
5 ../otherlibs/num/num.mli
6
7-all: exe lib manpages
8+#all: exe lib manpages
9+all: exe lib
10 exe: $(OCAMLDOC)
11 lib: $(OCAMLDOC_LIBCMA) $(OCAMLDOC_LIBCMI)
12
13--- ocaml-3.06/ocamldoc/Makefile~ Wed Oct 22 17:07:16 2003
14+++ ocaml-3.06/ocamldoc/Makefile Wed Oct 22 17:07:16 2003
15@@ -279,7 +279,8 @@
16 $(CP) ocamldoc.sty ocamldoc.hva *.cmi $(GENERATORS) $(OCAMLDOC_LIBCMA) $(INSTALL_LIBDIR)
17 $(CP) $(INSTALL_MLIS) $(INSTALL_CMIS) $(INSTALL_LIBDIR)
18 if test -d $(INSTALL_MANODIR); then : ; else $(MKDIR) $(INSTALL_MANODIR); fi
19- $(CP) stdlib_man/* $(INSTALL_MANODIR)
20+
21+# $(CP) stdlib_man/* $(INSTALL_MANODIR)
22
23 installopt:
24 if test -f $(OCAMLDOC_OPT) ; then $(MAKE) installopt_really ; fi
This page took 0.04073 seconds and 4 git commands to generate.