From: Andy Lester <andy@petdance.com> Date: Sat, 21 May 2005 08:58:14 +0000 (-0500) Subject: ctags parms need to know .h is C X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=64c97ac6efdd23876c55a0d3b3c47a0d2ab8885a;p=p5sagit%2Fp5-mst-13.2.git ctags parms need to know .h is C Message-Id: <20050521135814.GA875@petdance.com> p4raw-id: //depot/perl@24528 --- diff --git a/Makefile.SH b/Makefile.SH index 7026bc6..f8ba434 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1280,7 +1280,7 @@ tags: TAGS perl emacs/e2ctags.pl TAGS > tags ctags: - ctags -f Tags --totals --languages=c *.c *.h + ctags -f Tags --totals --languages=c --langmap=c:+.h *.c *.h # AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE # If this runs make out of memory, delete /usr/include lines.