[Xfce4-commits] <thunarx-python:master> Fixes bug #7440. Don't hard code the doc path

Adam Plumb noreply at xfce.org
Thu Mar 24 16:46:01 CET 2011


Updating branch refs/heads/master
         to f88bea29c53c58e356f6b1a122068a93720089d1 (commit)
       from a5dfff3a52a1c39066f030363505ccddaf1e50bf (commit)

commit f88bea29c53c58e356f6b1a122068a93720089d1
Author: Guido Berhoerster <guido+xfce.org at berhoerster.name>
Date:   Thu Mar 24 11:44:39 2011 -0400

    Fixes bug #7440. Don't hard code the doc path

 docs/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/Makefile.am b/docs/Makefile.am
index eedb8c3..b73b082 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,6 +1,6 @@
 SUBDIRS = examples
 
-docsdir = $(datadir)/doc/$(PACKAGE)
+docsdir = $(docdir)
 docs_DATA = documentation.py
 
 BUILDDIR = $(top_builddir)/docs



More information about the Xfce4-commits mailing list