Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is makeinfo required? #206

Closed
pierre-24 opened this issue Jul 15, 2019 · 1 comment
Closed

Is makeinfo required? #206

pierre-24 opened this issue Jul 15, 2019 · 1 comment

Comments

@pierre-24
Copy link

Even though I do not want to build the documentation (because I'm using your library in a CI context, inside a docker container), I still need to install texinfo, otherwise I get

WARNING: 'makeinfo' is missing on your system.
You should only need it if you modified a '.texi' file, or
any other file indirectly affecting the aspect of the manual.
You might want to install the Texinfo package:
http://www.gnu.org/software/texinfo/
The spurious makeinfo call might also be the consequence of
using a buggy 'make' (AIX, DU, IRIX), in which case you might
want to install GNU make:
http://www.gnu.org/software/make/

while running

autoreconf -i
./configure
make  # ! this fails

Not that I cannot install texinfo, but the TeX distribution is >1Gio, and I would like to keep the docker image as light as possible (I currently include texiinfo, but if I can get rid of it, that would be nice)

Thanks in advance :)

@pierre-24 pierre-24 changed the title makeinfo is required Is makeinfo required? Jul 15, 2019
mikkoi pushed a commit to mikkoi/check that referenced this issue Aug 19, 2019
Fix issue libcheck#206

Applied an uncommitted patch by Branden Archer.
https://sourceforge.net/p/check/bugs/101/

Signed-off-by: Mikko Johannes Koivunalho <[email protected]>
mikkoi pushed a commit to mikkoi/check that referenced this issue Aug 19, 2019
Fix issue libcheck#206

Applied an uncommitted patch by Branden Archer.
https://sourceforge.net/p/check/bugs/101/

Signed-off-by: Mikko Johannes Koivunalho <[email protected]>
mikkoi pushed a commit to mikkoi/check that referenced this issue Aug 19, 2019
Fix issue libcheck#206

Applied an uncommitted patch by Branden Archer.
https://sourceforge.net/p/check/bugs/101/

Signed-off-by: Mikko Johannes Koivunalho <[email protected]>
mikkoi added a commit to mikkoi/check that referenced this issue Aug 20, 2019
libcheck#206

Signed-off-by: Mikko Johannes Koivunalho <[email protected]>
mikkoi pushed a commit to mikkoi/check that referenced this issue Aug 29, 2019
Fix issue libcheck#206

Applied an uncommitted patch by Branden Archer.
https://sourceforge.net/p/check/bugs/101/

Signed-off-by: Mikko Johannes Koivunalho <[email protected]>
mikkoi added a commit to mikkoi/check that referenced this issue Aug 29, 2019
libcheck#206

Signed-off-by: Mikko Johannes Koivunalho <[email protected]>
mikkoi added a commit to mikkoi/check that referenced this issue Aug 29, 2019
libcheck#206

Signed-off-by: Mikko Johannes Koivunalho <[email protected]>
@brarcher
Copy link
Contributor

brarcher commented Sep 9, 2019

There is now a configure flag which controls if docs are built. See #212 for details. If that is not sufficient, please re-open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants