Skip to content

Commit

Permalink
add make update-gh-pages target
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed Sep 19, 2013
1 parent b72257b commit 3ffd50d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ gh-pages:
cp web/index.html index.html
git add -f index.html perl.js

update-gh-pages:
git co gh-pages
git merge master
make gh-pages
git ci -m 'make gh-pages'
git co -
git push origin gh-pages

clean:
cd perl && git co . && git clean -dfx
rm -rf microperl.js perl.js perl-cli.js
Expand Down

0 comments on commit 3ffd50d

Please sign in to comment.