From 4697402a6305f364dc00925ba0267da3accb35d8 Mon Sep 17 00:00:00 2001 From: glondu Date: Thu, 12 Jul 2007 23:41:01 +0000 Subject: (Port of r9984) Easier debugging: * explicitation of some types * tags for grammar entries git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9989 85f007b7-540e-0410-9357-904b9bb8a0f7 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 53fdd8097c..d8b9680f96 100644 --- a/Makefile +++ b/Makefile @@ -1453,6 +1453,10 @@ tags: "--regex=/exception[ \t]+\([^ \t]+\)/\1/" \ "--regex=/val[ \t]+\([^ \t]+\)/\1/" \ "--regex=/module[ \t]+\([^ \t]+\)/\1/" + find . -maxdepth 3 -name "*.ml4" | sort -r | xargs \ + etags --append --language=none\ + "--regex=/[ \t]*\([^: \t]+\)[ \t]*:/\1/" + otags: find . -maxdepth 3 -name "*.ml" -o -name "*.mli" \ -- cgit v1.2.3