mirror of
https://github.com/git/git.git
synced 2026-01-12 13:53:11 +09:00
Meta/dodoc.sh: make it easier to relocate the build areas
This commit is contained in:
parent
25f444da4b
commit
8dd9a93e05
9
dodoc.sh
9
dodoc.sh
@ -9,10 +9,11 @@
|
||||
|
||||
unset GIT_DIR
|
||||
|
||||
MASTERREPO=/srv/project/git/git.git/
|
||||
DOCREFHIER=refs/docs
|
||||
MANREPO=/srv/project/git/git-manpages.git/
|
||||
HTMLREPO=/srv/project/git/git-htmldocs.git/
|
||||
: ${TOP-/srv/project/git}
|
||||
|
||||
MASTERREPO=$TOP/git.git/
|
||||
MANREPO=$TOP/git-manpages.git/
|
||||
HTMLREPO=$TOP/git-htmldocs.git/
|
||||
|
||||
target_repo () {
|
||||
TARGETVAR=$(echo "$1"REPO | tr 'a-z' 'A-Z') &&
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user