[PATCH] man/Makefile.local: allow out-of-tree 'make install'.

Subject: [PATCH] man/Makefile.local: allow out-of-tree 'make install'.

Date: Sat, 3 Aug 2013 11:36:37 +0200

To: notmuch@notmuchmail.org

Cc:

From: Rory Yorke


Change man-page source directory ('dir') to refer to srcdir.
---
 man/Makefile.local | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/Makefile.local b/man/Makefile.local
index 216aaa0..768f4cf 100644
--- a/man/Makefile.local
+++ b/man/Makefile.local
@@ -1,6 +1,6 @@
 # -*- Makefile -*-
 
-dir := man
+dir := $(srcdir)/man
 
 # this variable seems to be needed to prevent lazy evaluation causing
 # problems with $(dir) changing values.
-- 
1.8.1.2


Thread: