[nautilus-python] Updated README file with new paths, also stopped doing Makefile magic to update it with the real pat



commit ed01b34096a29914ceaa5e3caf351ddfb5440317
Author: Adam Plumb <adamplumb gmail com>
Date:   Tue May 18 14:08:55 2010 -0400

    Updated README file with new paths, also stopped doing Makefile magic to update it with the real paths

 examples/Makefile.am |   13 +++++--------
 examples/README.in   |   13 -------------
 2 files changed, 5 insertions(+), 21 deletions(-)
---
diff --git a/examples/Makefile.am b/examples/Makefile.am
index ec9bdd0..86d4c53 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -6,16 +6,13 @@ docs_DATA = documentation.py README
 examplesdir = $(datadir)/doc/$(PACKAGE)/examples
 examples_DATA =					\
 	background-image.py			\
-	block-size-column.py			\
+	block-size-column.py		\
+	location-widget-provider.py \
 	open-terminal.py			\
-	md5sum-property-page.py			\
-	submenu.py
+	md5sum-property-page.py		\
+	submenu.py                  \
+	update-file-info-async.py
 
 EXTRA_DIST += $(examples_DATA)
 
 CLEANFILES = README
-
-README: README.in
-	sed -e s!\ NAUTILUS_LIBDIR\@! NAUTILUS_LIBDIR@! < $< > $@
-README: Makefile
-



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