tonywut / git-core

Automatically exported from code.google.com/p/git-core
Other
0 stars 0 forks source link

contrib/subtree should ship with manpage #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Build git from source.
2. Download git-manpages-*.
3. Install both.
4. Attempt to build and install contrib/subtree.

What is the expected output? What do you see instead?
Expected: git-subtree goes into $PREFIX/libexec/, and git-subtree.1 goes into 
$PREFIX/share/man/man1/.
Actual: git-subtree.1 fails to be generated because my system doesn't ship 
asciidoc and xmlto, along with the better part of a dozen dependencies, by 
default.

What version of the product are you using? On what operating system?
v1.7.12.2 and v1.8.0.rc0.18.gf84667d, on OS X 10.8.2.

Please provide any additional information below.
Prototype patch attached.

Original issue reported on code.google.com by kngsp...@gmail.com on 6 Oct 2012 at 7:57

Attachments:

GoogleCodeExporter commented 8 years ago
Documentation builds just fine with the correct tools installed.  This is not a 
bug.

Original comment by greened....@gmail.com on 31 Dec 2012 at 11:16