mosquitto: fix build
[oi-userland.git] / components / ocaml / parmap / patches / 00-manpage.patch
blobece184266de835fdd5eea6dc6e759f3fb7b8ec9e
1 --- parmap-1.0-rc11/Makefile.in.orig 2020-05-28 22:59:05.872447418 +0000
2 +++ parmap-1.0-rc11/Makefile.in 2020-05-28 22:59:21.553964408 +0000
3 @@ -88,11 +88,11 @@
4 $(INSTALL) -patch-version $(VERSION) $(NAME) $(INSTALL_STUFF)
5 (cd _build; ocamldoc -man -man-mini parmap.ml parmap.mli)
6 test -d $(MANDIR) || mkdir -p $(MANDIR)
7 - cp -p _build/Parmap.3o $(MANDIR)
8 + cp -p _build/Parmap.3 $(MANDIR)
10 uninstall:
11 $(UNINSTALL) $(NAME)
12 - rm -f $(MANDIR)/Parmap.3o
13 + rm -f $(MANDIR)/Parmap.3
15 doc:
16 $(OCAMLBUILD) $(OBFLAGS) $(NAME).docdir/index.html $(NAME).docdir/index.dot