Documentation/Makefile: remove extra /
[git.git] / Makefile
index dbf19c6..a07964b 100644 (file)
--- 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