Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:mac:builds:git [2009/11/15 21:51] billhdocs:mac:builds:git [2013/05/19 17:13] (current) billh
Line 10: Line 10:
 git clone git://git.kernel.org/pub/scm/git/git.git git clone git://git.kernel.org/pub/scm/git/git.git
 </code> </code>
-  * cd into this git directoryand install man pages:<code> +  * at this pointthe original source directory you used to build git is unnecessary 
-sudo make prefix=/usr/local quick-install-man+  * clone the git-manpages repo<code> 
 +git clone git://git.kernel.org/pub/scm/git/git-manpages.git 
 + 
 +...so your directories should look like this when done: 
 +git 
 +git-manpages
 </code> </code>
   * git will install man pages to /usr/local/share/man with this, so make sure your ~/.profile has a proper MANPATH configured:<code>   * git will install man pages to /usr/local/share/man with this, so make sure your ~/.profile has a proper MANPATH configured:<code>
 MANPATH=/usr/local/man:/usr/local/share/man:/usr/share/man MANPATH=/usr/local/man:/usr/local/share/man:/usr/share/man
 export MANPATH export MANPATH
 +</code>
 +  * cd back into the **git** repository, then run this to install the man pages:<code>
 +sudo make prefix=/usr/local quick-install-man
 </code> </code>
   * you should now have proper man pages; try it with<code>   * you should now have proper man pages; try it with<code>
 git help status git help status
 </code> </code>
- 
- 
  • docs/mac/builds/git.1258347118.txt.gz
  • Last modified: 2009/11/15 21:51
  • by billh