aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-07-12 23:41:01 +0000
committerGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-07-12 23:41:01 +0000
commit4697402a6305f364dc00925ba0267da3accb35d8 (patch)
tree3f7278d8daab65bcfce977cae73af9fcec8bd77e /Makefile
parent662c9d18d05479ba0c03b28f37ce19ed527ac439 (diff)
(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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 53fdd8097..d8b9680f9 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" \