[nautilus-python/nautilus-3.0] Fixes bug #660287. Update the docdir variable to make it not hard-coded



commit cda30bc359df07266f6c937463946864729e9e6d
Author: Adam Plumb <adamplumb gmail com>
Date:   Wed Oct 5 13:26:19 2011 -0400

    Fixes bug #660287. Update the docdir variable to make it not hard-coded

 configure.in         |    1 +
 examples/Makefile.am |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index 1428a0e..dd68480 100644
--- a/configure.in
+++ b/configure.in
@@ -1,3 +1,4 @@
+AC_PREREQ(2.60)
 AC_INIT
 
 PACKAGE=nautilus-python
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 45e8909..b2a5903 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,7 +1,7 @@
-docsdir = $(datadir)/doc/$(PACKAGE)
+docsdir = $(docdir)
 docs_DATA = README
 
-examplesdir = $(datadir)/doc/$(PACKAGE)/examples
+examplesdir = $(docdir)/examples
 examples_DATA =					\
 	background-image.py			\
 	block-size-column.py		\



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