Skip to content

Commit

Permalink
More descriptive script filenames. Seriously, I get letters.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Pilgrim committed May 23, 2011
1 parent 09f9ba4 commit 9e63986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ set-file-permissions: init
live: all
rsync -essh -a --exclude="*.mp4" --exclude="*.ogv" --exclude="*.webm" build/i/* build/i/.htaccess diveintomark@diveintomark.webfactional.com:~/webapps/wearehugh/dih5/
rsync -essh -a build/i/*.mp4 build/i/*.ogv build/i/*.webm build/i/.htaccess diveintomark@diveintomark.webfactional.com:~/webapps/diveintohtml5/i/
rsync -essh -a build/j/${REVISION}*.js build/j/html5.js build/j/excanvas.min.js build/j/jquery.js build/j/.htaccess diveintomark@diveintomark.webfactional.com:~/webapps/diveintohtml5/j/
rsync -essh -a build/j/diveintohtml5-common-${REVISION}*.js build/j/html5.js build/j/excanvas.min.js build/j/jquery.js build/j/.htaccess diveintomark@diveintomark.webfactional.com:~/webapps/diveintohtml5/j/
rsync -essh -a build/f/*.ttf build/f/*.eot build/f/*.woff build/f/*.svg build/f/.htaccess diveintomark@diveintomark.webfactional.com:~/webapps/diveintohtml5/f/
rsync -essh -a build/examples build/*.txt build/*.ico build/*.html build/.htaccess build/fonts-original build/s diveintomark@diveintomark.webfactional.com:~/webapps/diveintohtml5/

0 comments on commit 9e63986

Please sign in to comment.