Re: [ANNOUNCE] Guilt v0.31

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Junio C Hamano
Date: Monday, September 8, 2008 - 12:17 pm

"Bert Wesarg" <bert.wesarg@googlemail.com> writes:


There is no need to feel "it[']s really annoying", as install-doc from the
tarball distribution works out of the box.

I used 1.6.0.1 in the demonstration below, but this is nothing new in that
version but has been like this for quite some time (it is how sample RPMs
binary packages are built, so the procedure ought to work):

    $ ls -1 /usr/bin/git ;# to show there is no other "git" on this box
    ls: /usr/bin/git: No such file or directory
    $ mkdir /var/tmp/16
    $ cd /var/tmp/16
    $ wget http://www.kernel.org/pub/software/scm/git/git-1.6.0.1.tar.gz
    $ tar xf git-1.6.0.1.tar.gz
    $ cd git-1.6.0.1
    $ make prefix=/var/tmp/16test install install-doc
    $ PATH=/var/tmp/16test/bin:/usr/bin:/bin
    $ export PATH
    $ unset MANPATH
    $ git help cat-file | cat -s | tail -n 8
    Reformatting git-cat-file(1), please wait...
    DOCUMENTATION
           Documentation by David Greaves, Junio C Hamano and the git-list
           <git@vger.kernel.org>.

    GIT
           Part of the git(1) suite

    Git 1.6.0.1                       09/08/2008                   GIT-CAT-FILE(1)


The extra tarballs for documentation are also given as courtesy because
they are supposed to be platform independent and some people do not want
to generate them themselves (even though they could).

Either be thankful for the availability of tarballs, or ignore them and
generate them yourself --- it's your choice.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[ANNOUNCE] Guilt v0.31, Josef 'Jeff' Sipek, (Mon Sep 8, 6:52 am)
Re: [ANNOUNCE] Guilt v0.31, Bert Wesarg, (Mon Sep 8, 11:33 am)
Re: [ANNOUNCE] Guilt v0.31, Josef 'Jeff' Sipek, (Mon Sep 8, 11:43 am)
Re: [ANNOUNCE] Guilt v0.31, Bert Wesarg, (Mon Sep 8, 11:50 am)
Re: [ANNOUNCE] Guilt v0.31, Junio C Hamano, (Mon Sep 8, 12:17 pm)
Re: [ANNOUNCE] Guilt v0.31, Michael J Gruber, (Tue Sep 9, 3:10 am)
Re: [ANNOUNCE] Guilt v0.31, Michael J Gruber, (Tue Sep 9, 6:02 am)
Re: [ANNOUNCE] Guilt v0.31, Junio C Hamano, (Tue Sep 9, 8:13 am)
Re: [ANNOUNCE] Guilt v0.31, Michael J Gruber, (Tue Sep 9, 8:40 am)
Re: [ANNOUNCE] Guilt v0.31, Junio C Hamano, (Tue Sep 9, 9:02 am)
Re: [ANNOUNCE] Guilt v0.31, Michael J Gruber, (Tue Sep 9, 9:29 am)