From 5e5a8df970a2fe132f7eb405453c9228076bc881 Mon Sep 17 00:00:00 2001 From: Detlef Riekenberg Date: Wed, 21 Jun 2006 21:43:00 +0200 Subject: [PATCH] Makefile.in: Add target "ctags" to the overview. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index c1348e6e967..02fd676b218 100644 --- a/Makefile.in +++ b/Makefile.in @@ -11,6 +11,7 @@ # install: install everything # uninstall: uninstall everything # depend: create the dependencies +# ctags: create a tags file for vim and others. # etags: create a TAGS file for Emacs. # manpages: compile manpages for Wine API # htmlpages: compile html pages for Wine API