8000 Adjusting the documentation - 1.5 installing git - `install-info` package · Issue #1054 · progit/progit2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Adjusting the documentation - 1.5 installing git - install-info package #1054

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

Closed
4wk- opened this issue May 11, 2018 · 2 comments
Closed

Adjusting the documentation - 1.5 installing git - install-info package #1054

4wk- opened this issue May 11, 2018 · 2 comments
Labels
translation backport Tags a PR for translators to backport in their own repo

Comments

@4wk-
Copy link
4wk- commented May 11, 2018

Small suggestion about compiling git documentation.
URL: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git

"Installing from Source" part:

$ make all doc info
$ sudo make install install-doc install-html install-info


On a Debian Stretch 9.4 fresh install:

# make install install-doc install-html install-info
[...]
install -d -m 755 /usr/share/info
install -m 644 git.info gitman.info /usr/share/info
if test -r /usr/share/info/dir; then \
  install-info --info-dir=/usr/share/info git.info ;\
  install-info --info-dir=/usr/share/info gitman.info ;\
else \
  echo "No directory found in /usr/share/info" >&2 ; \
fi
/bin/sh: 2: install-info: not found
/bin/sh: 3: install-info: not found
Makefile:259: recipe for target 'install-info' failed
make[1]: *** [install-info] Error 127
make[1]: Leaving directory '~/git.git/Documentation'
Makefile:2809: recipe for target 'install-info' failed
make: *** [install-info] Error 2

After running apt install install-info and re-run the make install command, everything works fine:

# git --version
git version 2.17.0.582.gccdcbd54c
  • It might be usefull to adjust the documentation to add the installation of install-info package?

Thanks for your awesome work anyway, great doc.

@jnavila
Copy link
Member
jnavila commented May 11, 2018

Good point. Can you stack it in the PR?

4wk- pushed a commit to 4wk-/progit2 that referenced this issue May 15, 2018
4wk- pushed a commit to 4wk-/progit2 that referenced this issue May 15, 2018
@ben ben closed this as completed in #1055 May 15, 2018
ben added a commit that referenced this issue May 15, 2018
@jnavila jnavila added the translation backport Tags a PR for translators to backport in their own repo label May 16, 2018
@ghost
Copy link
ghost commented Aug 26, 2021

Thanks for the solution 4wk-.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
translation backport Tags a PR for translators to backport in their own repo
Projects
None yet
Development

No branches or pull requests

2 participants
0