[Lxr-dev] ./linux/Rules.make
Brought to you by:
ajlittoz
From: Jan-Benedict G. <jb...@lu...> - 2002-01-24 09:31:47
|
Hi! Currently, ./linux/Rules.make isn't indexed because it neither ends up in ".mak", nor does it contain a shell^Wmake bang. So I vote to daa "*.make" as a file name pattern to make's definition in lxr.conf. I don't know whether or not this is right, but here's a patch... Index: templates/lxr.conf =================================================================== RCS file: /cvsroot/lxr/lxr/templates/lxr.conf,v retrieving revision 1.8 diff -u -r1.8 lxr.conf --- templates/lxr.conf 2002/01/23 15:52:51 1.8 +++ templates/lxr.conf 2002/01/24 09:21:17 @@ -150,7 +150,7 @@ # ['Lisp', '(?i)\.cl$|\.clisp$|\.el$|\.l$|\.lisp$|\.lsp$|\.ml$' #' # , 'LXR::Lang::Generic'], # No tabwidth specified here as an example - 'Make' => ['Make', '(?i)\.mak$|makefile*' #' + 'Make' => ['Make', '(?i)\.mak$|makefile*|(?i)\.make' #' , 'LXR::Lang::Generic'], # ['Pascal', '(?i)\.p$|\.pas$' #' # , 'LXR::Lang::Generic'], MfG, JBG -- Jan-Benedict Glaw . jb...@lu... . +49-172-7608481 -- New APT-Proxy written in shell script -- http://lug-owl.de/~jbglaw/software/ap2/ |