Browse Source

Improved git to install the contrib/ in $docdir

early
Alejandro Mery 17 years ago
parent
commit
a00a82a59a
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      develop/git/git.conf

+ 5
- 0
develop/git/git.conf

@ -26,3 +26,8 @@ gitweb_install() {
cp -vf gitweb/README "$dir/"
}
hook_add postmake 5 'gitweb_install'
git_contrib_install() {
tar -cf - contrib | tar -C "$root$docdir" -xvf -
}
hook_add postmake 5 'git_contrib_install'

Loading…
Cancel
Save