[Xfce4-commits] <thunarx-python:master> Fixed docs issues

Adam Plumb noreply at xfce.org
Thu May 27 18:14:15 CEST 2010


Updating branch refs/heads/master
         to 02ddd5c56e64385507b677ec09573394d4fefe27 (commit)
       from b4c0acc8b600c8ba4e90f19a90a0f1158e97b881 (commit)

commit 02ddd5c56e64385507b677ec09573394d4fefe27
Author: Adam Plumb <adamplumb at gmail.com>
Date:   Fri Jan 15 15:10:10 2010 -0500

    Fixed docs issues

 Makefile.am               |    2 +-
 configure.ac.in           |    2 ++
 docs/Makefile.am          |    4 ++++
 docs/examples/Makefile.am |   12 ++++++++++++
 4 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 517f966..d5cc9b1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
+SUBDIRS = src docs
 
-SUBDIRS = src
 distclean-local:
 	rm -rf *.spec *.cache *~
 
diff --git a/configure.ac.in b/configure.ac.in
index b0f7fcf..6bc564e 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -125,5 +125,7 @@ XDT_FEATURE_LINKER_OPTS()
 AC_OUTPUT([
 Makefile
 src/Makefile
+docs/Makefile
+docs/examples/Makefile
 ])
 
diff --git a/docs/Makefile.am b/docs/Makefile.am
new file mode 100644
index 0000000..bf40545
--- /dev/null
+++ b/docs/Makefile.am
@@ -0,0 +1,4 @@
+SUBDIRS = examples
+
+docsdir = $(datadir)/doc/$(PACKAGE)
+docs_DATA = documentation.py
diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am
index e69de29..4757f9b 100644
--- a/docs/examples/Makefile.am
+++ b/docs/examples/Makefile.am
@@ -0,0 +1,12 @@
+docsdir = $(datadir)/doc/$(PACKAGE)
+docs_DATA = README
+
+examplesdir = $(datadir)/doc/$(PACKAGE)/examples
+examples_DATA =					\
+	thunarx-preferences-plugin.py			\
+	thunarx-renamer-plugin.py			\
+	thunarx-menu-plugin.py			\
+	thunarx-property-page-plugin.py			\
+	thunarx-submenu-plugin.py
+
+EXTRA_DIST = README $(examples_DATA)



More information about the Xfce4-commits mailing list