◐ Shell
clean mode source ↗

[2.7] make tags: index also Modules/_ctypes/ (#4648) by vstinner · Pull Request #4660 · python/cpython

Expand Up @@ -1378,10 +1378,9 @@ autoconf:
# Create a tags file for vi tags:: cd $(srcdir); \ ctags -w Include/*.h; \ for i in $(SRCDIRS); do ctags -f tags -w -a $$i/*.[ch]; \ done; \ ctags -w $(srcdir)/Include/*.h for i in $(SRCDIRS); do ctags -f tags -w -a $(srcdir)/$$i/*.[ch]; done ctags -f tags -w -a $(srcdir)/Modules/_ctypes/*.[ch] LC_ALL=C sort -o tags tags
# Create a tags file for GNU Emacs Expand Down