From bb0a4da2fe52275d18a15ffdcb14acee6807e602 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Wed, 04 Jul 2012 10:01:17 +0000 Subject: Always install fructose activities Make some sense for development too and it's less code to maintain --- diff --git a/Makefile b/Makefile index a62feb7..8faa5bb 100644 --- a/Makefile +++ b/Makefile @@ -37,15 +37,12 @@ build-glucose: install-jhbuild check-system build-fructose: $(TYPESCRIPT) "$(JHBUILD) build sugar-fructose" $(LOGFILE) -build: build-glucose scripts/list-outputs - -install-activities: - $(LOG) "$(SCRIPTS)/install-activities" $(LOGFILE) +build: build-glucose build-fructose build-%: $(TYPESCRIPT) "$(JHBUILD) buildone $*" $(LOGFILE) -run: +run: scripts/list-outputs xinit $(SCRIPTS)/xinitrc -- :99 test: diff --git a/README b/README index fc4e7a0..63357e2 100644 --- a/README +++ b/README @@ -18,7 +18,7 @@ I'm hoping we can get rid of this step in the next Ubuntu version when a working Run the commands - make + make build make run That should be all you need to have sugar running! diff --git a/scripts/install-activities b/scripts/install-activities deleted file mode 100755 index c237f8d..0000000 --- a/scripts/install-activities +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/sh - -scriptsdir=`dirname "$0"` -rootdir=`dirname "$scriptsdir"` -activitiesdir=$rootdir/install/share/sugar/activities - -activities=$(cat <