Browse Source

Makefile for distrubution management

Ask Solem 15 năm trước cách đây
mục cha
commit
e9e5e48cb8
1 tập tin đã thay đổi với 13 bổ sung0 xóa
  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