[Xfce4-commits] <thunarx-python:master> Fixes bug #7440. Don't hard code the doc path (for examples)
Adam Plumb
noreply at xfce.org
Thu Mar 24 16:46:02 CET 2011
Updating branch refs/heads/master
to e9d83b29de2c799446f3b6931a974d33425a16ab (commit)
from f88bea29c53c58e356f6b1a122068a93720089d1 (commit)
commit e9d83b29de2c799446f3b6931a974d33425a16ab
Author: Guido Berhoerster <guido+xfce.org at berhoerster.name>
Date: Thu Mar 24 11:45:33 2011 -0400
Fixes bug #7440. Don't hard code the doc path (for examples)
docs/examples/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am
index 4757f9b..9da1ce5 100644
--- a/docs/examples/Makefile.am
+++ b/docs/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 = \
thunarx-preferences-plugin.py \
thunarx-renamer-plugin.py \
More information about the Xfce4-commits
mailing list