[gtk-doc-stub] Makefile: Add missing $(srcdir)



commit 223f3c517966a9bc8f659543d3ca5fe8a602e60c
Author: Colin Walters <walters verbum org>
Date:   Mon Jan 2 09:48:14 2012 -0500

    Makefile: Add missing $(srcdir)

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile b/Makefile
index 7347986..97a6cf2 100644
--- a/Makefile
+++ b/Makefile
@@ -22,4 +22,4 @@ install: $(bin_programs)
 	touch $(DESTDIR)$(datarootdir)/gtk-doc/data/gtk-doc.make
 
 	mkdir -p $(DESTDIR)$(datarootdir)/aclocal/
-	install -m 0644 gtk-doc.m4 $(DESTDIR)$(datarootdir)/aclocal/gtk-doc.m4
+	install -m 0644 $(srcdir)/gtk-doc.m4 $(DESTDIR)$(datarootdir)/aclocal/gtk-doc.m4



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]