Skip to content

Commit

Permalink
detect/changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Apr 26, 2012
1 parent 79d6db7 commit e8585fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
tests:
./bin/test

docs:
mkdir -p site
shocco -t 'Python Buildpack Compiler' ./bin/compile > site/index.html
shocco -t 'Django Buildpack Compiler' ./bin/steps/django > site/django.html
shocco -t 'Python Buildpack Detector' ./bin/detect > site/detect.html
shocco -t 'Pylibmc Buildpack Compiler' ./bin/steps/pylibmc > site/pylibmc.html
shocco -t 'Python Buildpack Changelog' ./Changelog.md > site/changelog.html

site: docs
cd site && git add -A && git commit -m 'update' && git push heroku master
Expand Down

0 comments on commit e8585fb

Please sign in to comment.