Clarify README more and remove bin_SCRIPTS=sugar from Makefile.am.

This commit is contained in:
Dan Williams 2006-04-27 14:28:58 -04:00
parent 87241c2e8c
commit af89be9a0c
2 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,5 @@
SUBDIRS = chat browser shell
bin_SCRIPTS = sugar
sugardir = $(pythondir)/sugar
sugar_PYTHON = \
__init__.py \

4
README
View File

@ -13,7 +13,7 @@ You will need gnome-common.
./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
make install
make install # make require root privileges
Running
=======
@ -35,4 +35,4 @@ You can run activities like this
$ cd browser
$ ./browser.py
Just remember to have the shell running
(Just remember to have the shell running)