Skip to content

Commit

Permalink
Fix for "make install" of ocaml docs. Patch by Erick Tryzelaar!
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48451 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
isanbard committed Mar 17, 2008
1 parent 817affc commit c386263
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bindings/ocaml/transforms/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@
LEVEL := ../../..
DIRS = scalar

ocamldoc:
$(Verb) for i in $(DIRS) ; do \
$(MAKE) -C $$i ocamldoc; \
done

include $(LEVEL)/Makefile.common

0 comments on commit c386263

Please sign in to comment.