Skip to content

Commit

Permalink
Updated make site
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jun 14, 2010
1 parent 10e7c6f commit b5ddfb4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ docclean:
rm -f docs/api.1

site:
git checkout gh-pages && \
make docs && \
cp docs/api.html index.html && \
git commit -a -m 'Updated index.html' && \
git checkout master
make docs && \
cp docs/api.html /tmp/connect.index.html && \
git checkout gh-pages && \
cp /tmp/connect.index.html index.html && \
git commit -a -m 'Updated index.html'

.PHONY: install uninstall docs test test-cov benchmark graphs docclean site

0 comments on commit b5ddfb4

Please sign in to comment.