Release 0.11
This commit is contained in:
parent
d3c2a104db
commit
26684a091c
2
README
2
README
@ -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
|
||||||
==============================================
|
==============================================
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
AC_INIT([Sugar],[0.10],[],[sugar])
|
AC_INIT([Sugar],[0.11],[],[sugar])
|
||||||
|
|
||||||
AC_PREREQ([2.59])
|
AC_PREREQ([2.59])
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
@ -10,3 +10,5 @@ sugar_PYTHON = \
|
|||||||
PresenceWindow.py \
|
PresenceWindow.py \
|
||||||
StartPage.py \
|
StartPage.py \
|
||||||
WindowManager.py
|
WindowManager.py
|
||||||
|
|
||||||
|
EXTRA_DIST = sugar
|
||||||
|
@ -9,4 +9,4 @@ sugar_PYTHON = \
|
|||||||
util.py \
|
util.py \
|
||||||
LogWriter.py
|
LogWriter.py
|
||||||
|
|
||||||
EXTRA_DIST = sugar __uninstalled__.py
|
EXTRA_DIST = __uninstalled__.py
|
||||||
|
Loading…
Reference in New Issue
Block a user