mirror of
https://github.com/git/git.git
synced 2026-03-01 18:24:00 +01:00
Meta/dodoc.sh: make it easier to relocate the build areas
This commit is contained in:
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') &&
|
||||
|
||||
Reference in New Issue
Block a user