Skip to content

Commit

Permalink
howto_release.md: do not ship leftover parser/lextab.py
Browse files Browse the repository at this point in the history
remove lib/python/ctypes/ctypesgencore/parser/lextab.py, as per #95
  • Loading branch information
neteler committed Oct 5, 2020
1 parent 99acc7d commit bbff934
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/howto_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ find . -name '*.o' | xargs rm
find . -name '*.pyc' | xargs rm
find . -name 'OBJ.*' | xargs rm -r
find . -name '__pycache__' | xargs rm -r
rm -f lib/python/ctypes/ctypesgencore/parser/lextab.py
rm -f gui/wxpython/menustrings.py gui/wxpython/build_ext.pyc \
gui/wxpython/xml/menudata.xml gui/wxpython/xml/module_tree_menudata.xml
chmod -R a+r *
Expand Down

0 comments on commit bbff934

Please sign in to comment.