We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a72af commit 4866957Copy full SHA for 4866957
Makefile.pre.in
@@ -1580,15 +1580,15 @@ autoconf:
1580
# Create a tags file for vi
1581
tags::
1582
cd $(srcdir); \
1583
- ctags -w Include/*.h; \
+ ctags -w Include/*.h Include/internal/*.h; \
1584
for i in $(SRCDIRS); do ctags -f tags -w -a $$i/*.[ch]; \
1585
done; \
1586
LC_ALL=C sort -o tags tags
1587
1588
# Create a tags file for GNU Emacs
1589
TAGS::
1590
1591
- etags Include/*.h; \
+ etags Include/*.h Include/internal/*.h; \
1592
for i in $(SRCDIRS); do etags -a $$i/*.[ch]; done
1593
1594
# Sanitation targets -- clean leaves libraries, executables and tags
0 commit comments