Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-06-21 20:18:25 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-06-21 20:18:25 (GMT)
commit26684a091c9de69e5eb39c0c2e42eb4297d5f933 (patch)
tree52aa8e0e8b9b619c41c0376700575bd10e10ef68
parentd3c2a104dbbfd1bdbb20a90a885420dbce2ee1ce (diff)
Release 0.11
-rw-r--r--README2
-rw-r--r--configure.ac2
-rw-r--r--examples/README2
-rw-r--r--shell/Makefile.am2
-rw-r--r--sugar/Makefile.am2
5 files changed, 6 insertions, 4 deletions
diff --git a/README b/README
index 7c2e9c3..644a8b3 100644
--- a/README
+++ b/README
@@ -24,7 +24,7 @@ Once installed you can run sugar with
To run the python sources from your source tree run
- $ sugar/sugar
+ $ shell/sugar
Running multiple instances on the same machine
==============================================
diff --git a/configure.ac b/configure.ac
index c87101a..bc0a6a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Sugar],[0.10],[],[sugar])
+AC_INIT([Sugar],[0.11],[],[sugar])
AC_PREREQ([2.59])
diff --git a/examples/README b/examples/README
index 0da8fca..1368f17 100644
--- a/examples/README
+++ b/examples/README
@@ -1,2 +1,2 @@
-To install just drop the files inside ~/.sugar/activities.
+To install just drop the whole directory inside ~/.sugar/activities.
Then run sugar as usual.
diff --git a/shell/Makefile.am b/shell/Makefile.am
index e044fa2..371d245 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -10,3 +10,5 @@ sugar_PYTHON = \
PresenceWindow.py \
StartPage.py \
WindowManager.py
+
+EXTRA_DIST = sugar
diff --git a/sugar/Makefile.am b/sugar/Makefile.am
index 5fe8ee7..83121a0 100644
--- a/sugar/Makefile.am
+++ b/sugar/Makefile.am
@@ -9,4 +9,4 @@ sugar_PYTHON = \
util.py \
LogWriter.py
-EXTRA_DIST = sugar __uninstalled__.py
+EXTRA_DIST = __uninstalled__.py