From 23c64154ddfa4a201580dcca00f38b5b637ede24 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Mon, 24 Sep 2007 00:35:14 -0400 Subject: [PATCH] ubuntu name for exuberant-ctags --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile b/examples/Makefile index ef83502..7a3c515 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,2 +1,2 @@ tags: *.php code/*.php code/wfpl/*.php - exuberant-ctags --append=yes $? + ctags-exuberant --append=yes $? -- 1.7.10.4