Attention is currently required from: laforge, msuraev.
Patch set 7:Code-Review +1
2 comments:
Patchset:
I spent a lot of time investing it as well. osmoe1d-usermanual.pdf does not get built in "make distcheck", leading to the error later where "make install" can't install it. With debug flags for make:
No need to remake target 'osmoe1d-usermanual.pdf'; using VPATH name '../../../../doc/manuals/osmoe1d-usermanual.pdf'.
So because the pdf is already built in the source directory before we run "make distcheck", make figures it exists already and doesn't try to rebuild it. I wonder why this works in osmo-hlr and other projects... but since I spent a lot of time also at this point and I don't think it matters if we build the manuals in "make distcheck" or not (we build them twice in CI already, in the regular build and in the deb package!), I decided to do "make distcheck" with --disable-manuals. Interestingly there's a similar problem with doxygen, so I've done --disable-doxygen in the next patch too.
File Makefile.am:
Patch Set #4, Line 5: doc \
Is the order of subdirs matter?
probably done by accident, changed it back - the result of the build is the same
To view, visit change 30024. To unsubscribe, or for help writing mail filters, visit settings.