mirror of
https://github.com/myhdl/myhdl.git
synced 2024-12-14 07:44:38 +08:00
18 lines
242 B
Makefile
18 lines
242 B
Makefile
install:
|
|
python setup.py install
|
|
|
|
localinstall:
|
|
python setup.py install --home=$(HOME)
|
|
|
|
docs:
|
|
tox -e docs html
|
|
|
|
livedocs:
|
|
tox -e docs livehtml
|
|
|
|
release:
|
|
- rm MANIFEST
|
|
- rm CHANGELOG.txt
|
|
hg glog > CHANGELOG.txt
|
|
python setup.py sdist
|