Merge branch 'master' of github.com:hanez/linspector
This commit is contained in:
commit
18876e3962
2 changed files with 3 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -5,10 +5,10 @@ clean:
|
|||
find . -type f -name "*.pyc" -exec rm -f {} \;
|
||||
|
||||
docs:
|
||||
epydoc --html -o docs ./lib
|
||||
epydoc --html -o docs ./
|
||||
|
||||
docs-pdf:
|
||||
epydoc --pdf -o docs ./lib
|
||||
epydoc --pdf -o docs ./
|
||||
|
||||
docs-clean:
|
||||
rm -rf docs
|
||||
|
|
|
|||
1
__init__.py
Normal file
1
__init__.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
from lib import *
|
||||
Loading…
Add table
Add a link
Reference in a new issue