Skip to content

Commit

Permalink
Easier python doc from make
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jun 28, 2024
1 parent 82276bc commit ae23784
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ all build:
test:
make -C test min

doc:
rm -rf docs/_build
make -C docs html
cd docs/_build \
&& mv html r2papi-python-docs \
&& zip -r ../../r2papi-python-docs.zip r2papi-python-docs

clean:
python setup.py clean
rm -rf build
Expand Down

0 comments on commit ae23784

Please sign in to comment.