summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Martin Waitz <tali@admingilde.org>2006-05-25 14:37:46 +0200
committerLibravatar Junio C Hamano <junkio@cox.net>2006-05-25 22:48:45 -0700
commitc53603249c8fc8ee5e12710087e7287eb6dda5f6 (patch)
tree4ca505d621bebcc65051522ffd69abe25907f615 /Makefile
parentcvsimport: avoid "use" with :tag (diff)
downloadtgif-c53603249c8fc8ee5e12710087e7287eb6dda5f6.tar.xz
Documentation/Makefile: remove extra /
As both DESTDIR and the prefix are supposed to be absolute pathnames they can simply be concatenated without an extra / (like in the main Makefile). The extra slash may even break installation on Windows. [jc: adjusted an earlier workaround for this problem in the dist-doc target in the main Makefile as well. ] Signed-off-by: Martin Waitz <tali@admingilde.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dbf19c6277..a07964b0e3 100644
--- a/Makefile
+++ b/Makefile
@@ -680,7 +680,7 @@ dist-doc:
:
rm -fr .doc-tmp-dir
mkdir .doc-tmp-dir .doc-tmp-dir/man1 .doc-tmp-dir/man7
- $(MAKE) -C Documentation DESTDIR=. \
+ $(MAKE) -C Documentation DESTDIR=./ \
man1=../.doc-tmp-dir/man1 \
man7=../.doc-tmp-dir/man7 \
install