X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Makefile;h=d5d6565c86242a10e5f0c10365375d2b8ba990c4;hb=678e484b7d4e6388edeec3470bbbcd206817c148;hp=daf11d71b4e3ad8c6676e0e0feebbf36d678093e;hpb=edea184a585c9bda560995f676092879a42e3e7a;p=git.git diff --git a/Makefile b/Makefile index daf11d71b..d5d6565c8 100644 --- a/Makefile +++ b/Makefile @@ -2008,14 +2008,18 @@ endif ln -s "git$X" "$$execdir/$$p" 2>/dev/null || \ cp "$$execdir/git$X" "$$execdir/$$p" || exit; \ done; } && \ - { for p in $(REMOTE_CURL_ALIASES); do \ + { test x"$(REMOTE_CURL_ALIASES)" = x || \ + { for p in $(REMOTE_CURL_ALIASES); do \ $(RM) "$$execdir/$$p" && \ ln "$$execdir/git-remote-http$X" "$$execdir/$$p" 2>/dev/null || \ ln -s "git-remote-http$X" "$$execdir/$$p" 2>/dev/null || \ cp "$$execdir/git-remote-http$X" "$$execdir/$$p" || exit; \ - done; } && \ + done; } ; } && \ ./check_bindir "z$$bindir" "z$$execdir" "$$bindir/git-add$X" +install-gitweb: + $(MAKE) -C gitweb install + install-doc: $(MAKE) -C Documentation install