Integrate control panel in the build so that I can actually
distcheck.
This commit is contained in:
+3
-1
@@ -2,8 +2,10 @@ bin_SCRIPTS = \
|
|||||||
sugar \
|
sugar \
|
||||||
sugar-activity \
|
sugar-activity \
|
||||||
sugar-backup \
|
sugar-backup \
|
||||||
|
sugar-control-panel \
|
||||||
sugar-install-bundle \
|
sugar-install-bundle \
|
||||||
sugar-launch
|
sugar-launch \
|
||||||
|
sugar-shell
|
||||||
|
|
||||||
EXTRA_DIST = $(bin_SCRIPTS) sugar.in
|
EXTRA_DIST = $(bin_SCRIPTS) sugar.in
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,10 @@
|
|||||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
import getopt, sys
|
import sys
|
||||||
|
import getopt
|
||||||
|
|
||||||
|
sys.path.insert(0, env.get_shell_path())
|
||||||
|
|
||||||
import control
|
import control
|
||||||
|
|
||||||
@@ -56,6 +56,7 @@ lib/sugar/datastore/Makefile
|
|||||||
services/Makefile
|
services/Makefile
|
||||||
services/shell/Makefile
|
services/shell/Makefile
|
||||||
shell/Makefile
|
shell/Makefile
|
||||||
|
shell/controlpanel/Makefile
|
||||||
shell/intro/Makefile
|
shell/intro/Makefile
|
||||||
shell/hardware/Makefile
|
shell/hardware/Makefile
|
||||||
shell/view/Makefile
|
shell/view/Makefile
|
||||||
|
|||||||
+1
-3
@@ -1,6 +1,4 @@
|
|||||||
SUBDIRS = hardware model view intro
|
SUBDIRS = controlpanel hardware model view intro
|
||||||
|
|
||||||
bin_SCRIPTS = sugar-shell
|
|
||||||
|
|
||||||
sugardir = $(pkgdatadir)/shell
|
sugardir = $(pkgdatadir)/shell
|
||||||
sugar_PYTHON = \
|
sugar_PYTHON = \
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
sugardir = $(pkgdatadir)/shell/controlpanel
|
||||||
|
sugar_PYTHON = control.py
|
||||||
Reference in New Issue
Block a user