aboutsummaryrefslogtreecommitdiffstats
path: root/tools/sv/Makefile
diff options
context:
space:
mode:
authortw275@labyrinth.cl.cam.ac.uk <tw275@labyrinth.cl.cam.ac.uk>2004-07-23 16:19:16 +0000
committertw275@labyrinth.cl.cam.ac.uk <tw275@labyrinth.cl.cam.ac.uk>2004-07-23 16:19:16 +0000
commit0ee1e6a7ba82f476717ce29d10d959b478441a73 (patch)
tree25646e42503c58ed7dd82929f85d47093dd7f5b3 /tools/sv/Makefile
parent60022fa3f3d60e28dd6b3ad2a2964967f32302a0 (diff)
downloadxen-0ee1e6a7ba82f476717ce29d10d959b478441a73.tar.gz
xen-0ee1e6a7ba82f476717ce29d10d959b478441a73.tar.bz2
xen-0ee1e6a7ba82f476717ce29d10d959b478441a73.zip
bitkeeper revision 1.1108.13.1 (41013a844lXqlHgR5n6-9AZ5s3WCsQ)
Added general support for actions Slightly generalized and refactored code for modules / tabs
Diffstat (limited to 'tools/sv/Makefile')
-rwxr-xr-xtools/sv/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/sv/Makefile b/tools/sv/Makefile
index 0321a566f3..db432d18be 100755
--- a/tools/sv/Makefile
+++ b/tools/sv/Makefile
@@ -28,12 +28,16 @@ install:
install -m0644 images/seperator.jpg $(sv_insdir)/images
install -m0644 images/seperator-left-highlight.jpg $(sv_insdir)/images
install -m0644 images/seperator-right-highlight.jpg $(sv_insdir)/images
+
+ install -m0644 images/shutdown.png $(sv_insdir)/images
+ install -m0644 images/reboot.png $(sv_insdir)/images
# make include folder
mkdir -p $(sv_insdir)/inc
# copy stylesheet
install -m0644 inc/style.css $(sv_insdir)/inc
+ install -m0644 inc/script.js $(sv_insdir)/inc
clean: