[nautilus-python] Removed mention of documentation.py and README.in files



commit e716156dc71fb680ea74f9d744880193bcd95977
Author: Adam Plumb <adamplumb gmail com>
Date:   Fri May 21 12:47:04 2010 -0400

    Removed mention of documentation.py and README.in files

 examples/Makefile.am |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 76af1e3..45e8909 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,7 +1,5 @@
-EXTRA_DIST = documentation.py README.in
-
 docsdir = $(datadir)/doc/$(PACKAGE)
-docs_DATA = documentation.py README
+docs_DATA = README
 
 examplesdir = $(datadir)/doc/$(PACKAGE)/examples
 examples_DATA =					\
@@ -13,4 +11,4 @@ examples_DATA =					\
 	submenu.py                  \
 	update-file-info-async.py
 
-EXTRA_DIST += $(examples_DATA)
+EXTRA_DIST = README $(examples_DATA)



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