diff -ur thunarx-python-0.2.3.orig/docs/examples/Makefile.am thunarx-python-0.2.3/docs/examples/Makefile.am --- thunarx-python-0.2.3.orig/docs/examples/Makefile.am 2011-03-12 16:19:22.000000000 +0100 +++ thunarx-python-0.2.3/docs/examples/Makefile.am 2011-03-24 13:08:41.000000000 +0100 @@ -1,7 +1,7 @@ -docsdir = $(datadir)/doc/$(PACKAGE) +docsdir = $(docdir) docs_DATA = README -examplesdir = $(datadir)/doc/$(PACKAGE)/examples +examplesdir = $(docdir)/examples examples_DATA = \ thunarx-preferences-plugin.py \ thunarx-renamer-plugin.py \ diff -ur thunarx-python-0.2.3.orig/docs/Makefile.am thunarx-python-0.2.3/docs/Makefile.am --- thunarx-python-0.2.3.orig/docs/Makefile.am 2011-03-12 16:30:26.000000000 +0100 +++ thunarx-python-0.2.3/docs/Makefile.am 2011-03-24 13:08:01.000000000 +0100 @@ -1,6 +1,6 @@ SUBDIRS = examples -docsdir = $(datadir)/doc/$(PACKAGE) +docsdir = $(docdir) docs_DATA = documentation.py BUILDDIR = $(top_builddir)/docs