소스 검색

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

remove lib/python/ctypes/ctypesgencore/parser/lextab.py, as per #95
Markus Neteler 4 년 전
부모
커밋
53eda83201
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 *