[LLVMbugs] [Bug 22737] New: OCaml documentation is missing after switch to ocamlfind

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Feb 28 00:27:40 PST 2015


http://llvm.org/bugs/show_bug.cgi?id=22737

            Bug ID: 22737
           Summary: OCaml documentation is missing after switch to
                    ocamlfind
           Product: Build scripts
           Version: 3.6
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Makefiles
          Assignee: unassignedbugs at nondot.org
          Reporter: evangelos at foutrelis.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 13963
  --> http://llvm.org/bugs/attachment.cgi?id=13963&action=edit
Fix docs/Makefile to use ocamlfind for ocamldoc

r220899 [1] started using ocamlfind to build the OCaml bindings but
docs/Makefile still contains references to the OCAMLDOC macro which is no
longer being defined. The result is that OCaml documentation isn't
generated/installed.

I've written the attached simple patch which fixes the issue for me.

[1] http://llvm.org/viewvc/llvm-project?view=revision&revision=220899

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150228/f8782003/attachment.html>


More information about the llvm-bugs mailing list