Skip to content

Commit

Permalink
Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Arel-Bundock committed Nov 19, 2012
1 parent 8f61d1e commit 2099085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ gh:
git add Rdatasets.R
vim datasets.csv
vim README.rst
git add README.rst

ghpages:
git rm -r csv
git rm -r doc
git checkout master csv
git checkout master doc
git checkout master Rdatasets.R
Expand All @@ -30,5 +29,6 @@ ghpages:
git add Rdatasets.R
vim README.rst
vim index.html
git add README.rst
git add index.html

0 comments on commit 2099085

Please sign in to comment.