Skip to content
Snippets Groups Projects
Commit 93615444 authored by Ralf Mueller's avatar Ralf Mueller
Browse files

fix filelist for source code tagging

parent eff48284
No related branches found
No related tags found
No related merge requests found
......@@ -332,7 +332,7 @@ end
desc "generate tags database for vim and emacs"
task :tags do |t|
srcFiles = Dir.glob("src/**/*.{h,c}") + Dir.glob("libcdi/**/*.{c,h,cpp,hpp,f90,f}")
srcFiles = Dir.glob("src/**/*.{h,c,cc}") + Dir.glob("libcdi/**/*.{c,h,cpp,hpp,f90,f}")
Parallel.map(["","-e"]) {|ctagsOutputMode|
sh "ctags #{ctagsOutputMode} #{srcFiles.join(' ')}"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment