git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Add a note in the on-line Git book about installing the man pages?
@ 2013-04-02 16:53 David Tonhofer
  2013-04-02 17:27 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: David Tonhofer @ 2013-04-02 16:53 UTC (permalink / raw)
  To: git

Hi,

It seems the git man pages (or HTML pages) are not installed by default 
when you install git as described in the http://git-scm.com/book

I propose to add a note to 
http://git-scm.com/book/en/Getting-Started-Installing-Git along those lines:




Getting the git manpages from 
"https://code.google.com/p/git-core/downloads/list" and unpack them 
(supposing you installed your git into "/opt/git"):

TARGET=/opt/git
VERSION=`$TARGET/bin/git --version | awk '{print $3}' | cut -d '.' -f1-3`
wget "http://git-core.googlecode.com/files/git-manpages-${VERSION}.tar.gz"
mkdir "$TARGET/share/man"
tar xz -C "$TARGET/share/man" -f "git-manpages-${VERSION}.tar.gz"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Add a note in the on-line Git book about installing the man pages?
  2013-04-02 16:53 Add a note in the on-line Git book about installing the man pages? David Tonhofer
@ 2013-04-02 17:27 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2013-04-02 17:27 UTC (permalink / raw)
  To: David Tonhofer; +Cc: git

David Tonhofer <d.tonhofer@m-plify.com> writes:

> It seems the git man pages (or HTML pages) are not installed by
> default when you install git as described in the
> http://git-scm.com/book
>
> I propose to add a note to
> http://git-scm.com/book/en/Getting-Started-Installing-Git along those
> lines:
>
> Getting the git manpages from
> "https://code.google.com/p/git-core/downloads/list" and unpack them
> (supposing you installed your git into "/opt/git"):

I suspect that most end-users would install not from the source but
install Git from distro as binary packages.  I do not know what the
page of that website you refer to talks about offhand, but if it is
about installing from the source (so that they can help us improve
the software and its documentation), it may be a better idea to let
the users build the documentation pages from the source, not from
the above URL, which serves pre-formatted documentation we cannot
take a patch for.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-02 17:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02 16:53 Add a note in the on-line Git book about installing the man pages? David Tonhofer
2013-04-02 17:27 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).