On Tue, Oct 13, 2015 at 02:12:24AM +0300, Ilya Tumaykin wrote: > On Thursday 08 October 2015 18:46:24 Agustin Martin wrote: > > I had a look at this and I have something almost done. A new configure > > option is provided --enable-docs[=types] which should allow fine grained > > selection of doc formats to be built, or complete disabling of docs if > > invoked through --disable-docs (or --enable-docs="no"). Doc building is > > enabled by default. > > Hello again. > > I've tried to build with '--disable-docs' option and it went fine. > Thank you very much! > > However, if I try to build with '--enable-docs="txt pdf html"' option, I get > an error during the docs build. Build log is attached. > > The problem is that I build with '--with-installed-iso-entities' option as > well and doc build tries to execute `make install` inside the 'iso-entities' > directory. Since '--with-installed-iso-entities' option is enabled, there is > no Makefile generated in the 'iso-entities' directory. > > Please fix doc build with '--with-installed-iso-entities' option.
Hello, Just pushed to gitlab another set of commits that, amongst other things, should deal with regressions in --with-installed-iso-entities and --with-installed-entity-map. Hope 0.9.70 is now closer. Thanks a lot for the feedback. Your testings are very much appreciated. Regards, -- Agustin