]> matita.cs.unibo.it Git - helm.git/commitdiff
added 'tags' target (which index both matita/ and ocaml/ above)
authorStefano Zacchiroli <zack@upsilon.cc>
Tue, 10 May 2005 06:46:53 +0000 (06:46 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Tue, 10 May 2005 06:46:53 +0000 (06:46 +0000)
helm/matita/Makefile.in

index f73436ba014e093957e5b1f613dbba947e380a6a..c95a2b10747885da6a73b15330e15e563fde074c 100644 (file)
@@ -93,6 +93,11 @@ distclean: clean
        rm -f matita.glade.bak matita.gladep.bak
        rm -rf autom4te.cache/
 
+tags: TAGS
+.PHONY: TAGS
+TAGS:
+       otags -vi -r ../ocaml/ .
+
 #.depend: matitaGeneratedGui.ml matitaGeneratedGui.mli *.ml *.mli
 .depend:
        $(OCAMLDEP) *.ml *.mli > .depend