]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Makefile: make mandir, htmldir and infodir absolute
authorJohn Keeping <john@keeping.me.uk>
Sun, 24 Feb 2013 19:55:01 +0000 (19:55 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Feb 2013 20:37:04 +0000 (12:37 -0800)
commit971f85388f958f5e1b6ceac9973813102ed5a499
tree66fa72f363ad6c5f69314e507eea0d76602ae52b
parent7a0d8db36e1256fd2ac9fa6b97b947e536c2202b
Makefile: make mandir, htmldir and infodir absolute

This matches the use of the variables with the same names in autotools,
reducing the potential for user surprise.

Using relative paths in these variables also causes issues if they are
exported from the Makefile, as discussed in commit c09d62f (Makefile: do
not export mandir/htmldir/infodir, 2013-02-12).

Suggested-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile