From 26684a091c9de69e5eb39c0c2e42eb4297d5f933 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 21 Jun 2006 20:18:25 +0000 Subject: Release 0.11 --- 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 -- cgit v0.9.1