ctags parms need to know .h is C
Andy Lester [Sat, 21 May 2005 08:58:14 +0000 (03:58 -0500)]
Message-Id: <20050521135814.GA875@petdance.com>

p4raw-id: //depot/perl@24528

Makefile.SH

index 7026bc6..f8ba434 100644 (file)
@@ -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.