Skip to content

Commit

Permalink
Remove epydoc since we use python3 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
zdohnal committed Dec 14, 2020
1 parent bcd564b commit 3df8a81
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ cups.so: force

doc: cups.so
rm -rf html
epydoc -o html --html $<
$(PYTHON) -m pydoc -w cups
mkdir html
mv cups.html html

doczip: doc
cd html && zip ../cups-html.zip *

clean:
-rm -rf build cups.so *.pyc *~
-rm -rf build cups.so html *.pyc *~

dist:
$(PYTHON) setup.py sdist $(SDIST_ARGS)
Expand Down

0 comments on commit 3df8a81

Please sign in to comment.