File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1667,15 +1667,15 @@ autoconf:
1667
1667
1668
1668
# Create a tags file for vi
1669
1669
tags::
1670
- ctags -w $(srcdir)/Include/*.h $(srcdir)/Include/internal/*.h
1670
+ ctags -w $(srcdir)/Include/*.h $(srcdir)/Include/cpython/*.h $(srcdir)/Include/ internal/*.h
1671
1671
for i in $(SRCDIRS); do ctags -f tags -w -a $(srcdir)/$$i/*.[ch]; done
1672
1672
ctags -f tags -w -a $(srcdir)/Modules/_ctypes/*.[ch]
1673
1673
LC_ALL=C sort -o tags tags
1674
1674
1675
1675
# Create a tags file for GNU Emacs
1676
1676
TAGS::
1677
1677
cd $(srcdir); \
1678
- etags Include/*.h Include/internal/*.h; \
1678
+ etags Include/*.h Include/cpython/*.h Include/ internal/*.h; \
1679
1679
for i in $(SRCDIRS); do etags -a $$i/*.[ch]; done
1680
1680
1681
1681
# Sanitation targets -- clean leaves libraries, executables and tags
You can’t perform that action at this time.
0 commit comments