Browse Source

Makefile for distrubution management

Ask Solem 15 years ago
parent
commit
e9e5e48cb8
1 changed files with 13 additions and 0 deletions
  1. 13 0
      Makefile

+ 13 - 0
Makefile

@@ -0,0 +1,13 @@
+PEP8=pep8
+
+pep8:
+	find . -name "*.py" | xargs pep8
+
+ghdocs:
+	contrib/doc2ghpages
+
+autodoc:
+	contrib/doc4allmods celery
+
+bump:
+	contrib/bump -c celery