Skip to content

Commit

Permalink
[OCaml] Unbreak make install by providing ocamldoc target
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195336 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
whitequark committed Nov 21, 2013
1 parent 12f0390 commit 0bafaac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bindings/ocaml/backends/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,9 @@ uninstall-backends: stubs
$(MAKE) -f Makefile.$$i uninstall; \
done

.PHONY: all-backends clean-backends install-backends uninstall-backends
ocamldoc: stubs
$(Verb) for i in $(TARGETS_TO_BUILD); do \
$(MAKE) -f Makefile.$$i ocamldoc; \
done

.PHONY: all-backends clean-backends install-backends uninstall-backends ocamldoc

0 comments on commit 0bafaac

Please sign in to comment.