diff --git a/README b/README index 7c2e9c30..644a8b37 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 c87101a7..bc0a6a5c 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 0da8fca0..1368f17b 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 e044fa2e..371d2452 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 5fe8ee7d..83121a0c 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