I think I see what's happening here. Ipopt.jl's documentation makefile (https://github.com/JuliaOpt/Ipopt.jl/blob/master/doc/Makefile) looks like it was copied from an old version of base Julia's (https://github.com/JuliaLang/julia/blob/ee461cc2829b9dab3e25dd574c9057d5e998b28b/doc/Makefile), so there are some targets there that don't make sense for a package - like helpdb.jl, which refers to stdlib/*.rst which Ipopt.jl doesn't have. I think Miles or Iain would know more about whether that doc Makefile is even capable of running locally, they might only ever run it on ReadTheDocs. They'll probably both see the issue you opened - https://github.com/JuliaOpt/Ipopt.jl/issues/21 since they're watching the Ipopt.jl repository. Are you unable to access the online version at http://ipoptjl.readthedocs.org/en/latest/ipopt.html? I think it's just the one page for Ipopt.jl.
(Also hi Clas, a little surprised to see you here. Consider myself reminded that I need to respond to your email.) -Tony On Monday, January 5, 2015 6:09:27 PM UTC-8, Clas Jacobson wrote: > > I installed Ipopt and it seems to run fine. I am trying to build the > documentation on a Mac OS X and get the following: > > make: *** No rule to make target `stdlib/*.rst', needed by `helpdb.jl'. > Stop. > > > Any clues here? I have sphinx on my machine. > > > >
