On RedHat asciidoc is not available anymore so I installed it from source 
https://github.com/asciidoc/asciidoc/releases

$ autoconf
$ ./configure
$ make
$ sudo make install


== And after that for git

$ sudo make configure
$ sudo ./configure --prefix=/usr
$ sudo make all doc info
$ sudo make install

cat /etc/os-release
NAME="Red Hat Enterprise Linux Server"
VERSION="7.2 (Maipo)"

On Wednesday, October 17, 2012 at 10:19:22 AM UTC-4, Yves S. Garret wrote:
>
> Hello,
>
>    I've run the following commands (which I found in INSTALL) and the 
> error that I got is shown below the commands:
>
> Commands:
> $ make prefix=/usr all doc info ;
> $ make prefix=/usr install install-doc install-html install-info ;
>
> Error:
> # install RelNotes/1.7.9.txt /usr/share/doc/git-doc/RelNotes/1.7.9.txt
> # install RelNotes/1.8.0.txt /usr/share/doc/git-doc/RelNotes/1.8.0.txt
> # install docbook-xsl.css /usr/share/doc/git-doc/docbook-xsl.css
> make[1]: Leaving directory `/home/ashvets/git-learning/git/Documentation'
> make -C Documentation install-info
> make[1]: Entering directory `/home/ashvets/git-learning/git/Documentation'
> make[2]: Entering directory `/home/ashvets/git-learning/git'
> make[2]: `GIT-VERSION-FILE' is up to date.
> make[2]: Leaving directory `/home/ashvets/git-learning/git'
>     DB2TEXI user-manual.texi
> /bin/sh: line 1: docbook2x-texi: command not found
> make[1]: *** [user-manual.texi] Error 127
> make[1]: Leaving directory `/home/ashvets/git-learning/git/Documentation'
> make: *** [install-info] Error 2
>
> I'm doing this in Cygwin.  What's the docbook2x-texi command and how can I 
> get it?
>
> I downloaded this source (http://sourceforge.net/projects/docbook2x/ ===> 
> ./configure 
> && make && make install) and got this error instead:
>
>     XMLTO gitnamespaces.7
>     ASCIIDOC gitrevisions.xml
>     XMLTO gitrevisions.7
>     ASCIIDOC gitworkflows.xml
>     XMLTO gitworkflows.7
>     ASCIIDOC gitcredentials.xml
>     XMLTO gitcredentials.7
> make[1]: Leaving directory `/home/ashvets/git-learning/git/Documentation'
> make -C Documentation info
> make[1]: Entering directory `/home/ashvets/git-learning/git/Documentation'
>     GEN doc.dep
> make[2]: Entering directory `/home/ashvets/git-learning/git'
> make[2]: `GIT-VERSION-FILE' is up to date.
> make[2]: Leaving directory `/home/ashvets/git-learning/git'
> make[1]: Leaving directory `/home/ashvets/git-learning/git/Documentation'
> make[1]: Entering directory `/home/ashvets/git-learning/git/Documentation'
> make[2]: Entering directory `/home/ashvets/git-learning/git'
> make[2]: `GIT-VERSION-FILE' is up to date.
> make[2]: Leaving directory `/home/ashvets/git-learning/git'
>     DB2TEXI user-manual.texi
> /bin/sh: line 1: docbook2x-texi: command not found
> make[1]: *** [user-manual.texi] Error 127
> make[1]: Leaving directory `/home/ashvets/git-learning/git/Documentation'
> make: *** [info] Error 2
>
> Now I'm just confused...
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to