From e8585fb4a7f4439094bdf8adbf91a3d4066aab43 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 26 Apr 2012 14:03:30 -0400 Subject: [PATCH] detect/changelog --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d14e0c9..80a27b9 100644 --- a/Makefile +++ b/Makefile @@ -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