Browse Source

howto_release.md: do not ship leftover parser/lextab.py

remove lib/python/ctypes/ctypesgencore/parser/lextab.py, as per #95
Markus Neteler 4 years ago
parent
commit
bbff934b8a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      doc/howto_release.md

+ 1 - 0
doc/howto_release.md

@@ -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 *