Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docs:mac:builds:git [2009/11/15 21:51] – billh | docs:mac:builds:git [2013/05/19 17:13] (current) – billh | ||
---|---|---|---|
Line 10: | Line 10: | ||
git clone git:// | git clone git:// | ||
</ | </ | ||
- | * cd into this git directory, and install man pages:< | + | * at this point, the original source directory you used to build git is unnecessary |
- | sudo make prefix=/usr/local quick-install-man | + | * clone the git-manpages repo< |
+ | git clone git://git.kernel.org/ | ||
+ | |||
+ | ...so your directories should look like this when done: | ||
+ | git | ||
+ | git-manpages | ||
</ | </ | ||
* git will install man pages to / | * git will install man pages to / | ||
MANPATH=/ | MANPATH=/ | ||
export MANPATH | export MANPATH | ||
+ | </ | ||
+ | * cd back into the **git** repository, then run this to install the man pages:< | ||
+ | sudo make prefix=/ | ||
</ | </ | ||
* you should now have proper man pages; try it with< | * you should now have proper man pages; try it with< | ||
git help status | git help status | ||
</ | </ | ||
- | |||
- |