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