Browse Source

Autogenerated documentation for github.

Ask Solem 15 years ago
parent
commit
74517d08c6
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Makefile

+ 5 - 0
Makefile

@@ -21,3 +21,8 @@ test:
 
 releaseok: pep8 autodoc test
 
+removepyc:
+	find . -name "*.pyc" | xargs rm
+
+release: releaseok removepyc ghdocs
+