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 view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/YQlFpn38lSYJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to