Release 0.11

This commit is contained in:
Marco Pesenti Gritti 2006-06-21 16:18:25 -04:00
parent d3c2a104db
commit 26684a091c
5 changed files with 6 additions and 4 deletions

2
README
View File

@ -24,7 +24,7 @@ Once installed you can run sugar with
To run the python sources from your source tree run To run the python sources from your source tree run
$ sugar/sugar $ shell/sugar
Running multiple instances on the same machine Running multiple instances on the same machine
============================================== ==============================================

View File

@ -1,4 +1,4 @@
AC_INIT([Sugar],[0.10],[],[sugar]) AC_INIT([Sugar],[0.11],[],[sugar])
AC_PREREQ([2.59]) AC_PREREQ([2.59])

View File

@ -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. Then run sugar as usual.

View File

@ -10,3 +10,5 @@ sugar_PYTHON = \
PresenceWindow.py \ PresenceWindow.py \
StartPage.py \ StartPage.py \
WindowManager.py WindowManager.py
EXTRA_DIST = sugar

View File

@ -9,4 +9,4 @@ sugar_PYTHON = \
util.py \ util.py \
LogWriter.py LogWriter.py
EXTRA_DIST = sugar __uninstalled__.py EXTRA_DIST = __uninstalled__.py