Skip to content

Commit

Permalink
Get rid of make remotes since we're now using a submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Apr 19, 2012
1 parent c0b4ac2 commit 8c2846b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
REVISION=113645
remotes:
curl -o assets/www/js/toggle.js \
"http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/MobileFrontend/javascripts/toggle.js?view=co&revision=$(REVISION)&content-type=text%2Fplain&pathrev=$(REVISION)"
curl -o assets/www/common.css \
"http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/MobileFrontend/stylesheets/common.css?view=co&revision=$(REVISION)&content-type=text%2Fplain&pathrev=$(REVISION)"

sitematrix:
curl -o assets/www/sitematrix.json \
"http://en.wikipedia.org/w/api.php?action=sitematrix&format=json"

clean:
rm assets/www/js/toggle.js
rm assets/www/common.css

0 comments on commit 8c2846b

Please sign in to comment.