From edd8bcb178c20d0682b02da95915e23b313a5bd4 Mon Sep 17 00:00:00 2001 From: Florian Frank Date: Thu, 10 May 2012 19:12:00 +0200 Subject: Add task to create tags file --- Rakefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index fb47dc2..a7cc6eb 100644 --- a/Rakefile +++ b/Rakefile @@ -343,6 +343,11 @@ else rm_rf EXT_PARSER_SRC end + desc "Update the tags file" + task :tags do + system 'ctags', *Dir['**/*.{rb,c,h,java}'] + end + file EXT_PARSER_SRC => RAGEL_PATH do cd EXT_PARSER_DIR do if RAGEL_CODEGEN == 'ragel' -- cgit v1.2.1