makefile - problems when installing git -
i cloned current source tree , tried build , following error. tell me why , if there easy way fix it? i’m running on ubuntu system.
build steps: $ make configure ;# $ ./configure --prefix=/usr ;# $ make doc ;# (errors occur) . . . asciidoc technical/shallow.html asciidoc technical/trivial-merge.html gen technical/api-index.txt asciidoc technical/api-index.html sed "s|@@man_base_url@@|file:///usr/local/share/doc/git/|" manpage-base-url.xsl.in > manpage-base-url.xsl asciidoc git-add.xml xmlto git-add.1 compilation error: file /tmp/xmlto-xsl.orar7p line 6 element include xsl:include : invalid uri reference /home/gary/下载/git/documentation/manpage-normal.xsl compilation error: file /tmp/xmlto-xsl.orar7p line 7 element include xsl:include : invalid uri reference /home/gary/下载/git/documentation/manpage-base-url.xsl make[1]: *** [git-add.1] 错误 1 make[1]:正在离开目录 `/home/gary/下载/git/documentation' make: *** [doc] 错误 2
Comments
Post a Comment