Skip to content

Commit

Permalink
viewer looks for basetheme outside its repo now
Browse files Browse the repository at this point in the history
  • Loading branch information
jxe committed Sep 17, 2010
1 parent f09f5ea commit 748011d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .gitmodules
@@ -1,6 +0,0 @@
[submodule "gojs"]
path = gojs
url = git@github.com:citizenlogistics/go.js.git
[submodule "basetheme"]
path = basetheme
url = git@github.com:citizenlogistics/basetheme.git
16 changes: 8 additions & 8 deletions Makefile
Expand Up @@ -8,14 +8,14 @@ auto: uncompressed
open: uncompressed
open -a WebKit BUILD/index.html

BUILD/base.css: BUILD basetheme/css/*
cd basetheme; make css
cp basetheme/BUILD/base.css BUILD/
cp basetheme/i/* i/

BUILD/base.js: BUILD basetheme/gcjs/*.js basetheme/gojs/*.js basetheme/js/*
cd basetheme; make js
cp basetheme/BUILD/base.js BUILD/
BUILD/base.css: BUILD ../basetheme/css/*
cd ../basetheme; make css
cp ../basetheme/BUILD/base.css BUILD/
cp ../basetheme/i/* i/

BUILD/base.js: BUILD ../basetheme/gcjs/*.js ../basetheme/gojs/*.js ../basetheme/js/*
cd ../basetheme; make js
cp ../basetheme/BUILD/base.js BUILD/

BUILD:
mkdir -p BUILD
Expand Down
1 change: 0 additions & 1 deletion basetheme
Submodule basetheme deleted from def7ce

0 comments on commit 748011d

Please sign in to comment.