Add Makefile for pre-release check

This commit is contained in:
Alex Clark 2013-09-30 06:10:10 -04:00
parent ddfc37618d
commit 726c9b2a0f
2 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,7 @@ include *.rst
include .gitattributes
include .travis.yml
include COPYING
include Makefile
include selftest.py tox.ini
recursive-include Sane *.c *.txt CHANGES README *.py
recursive-include Scripts *.py README

6
Makefile Normal file
View File

@ -0,0 +1,6 @@
pre:
bin/python selftest.py
bin/python Tests/run.py
check-manifest
pyroma .
viewdoc