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

Rory Yorke rory.yorke at gmail.com
Sat Aug 3 02:36:37 PDT 2013


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



More information about the notmuch mailing list