Detlef Riekenberg : Makefile.in: Add target "ctags" to the overview.
Module: wine Branch: refs/heads/master Commit: 5e5a8df970a2fe132f7eb405453c9228076bc881 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=5e5a8df970a2fe132f7eb405... Author: Detlef Riekenberg <wine.dev(a)web.de> Date: Wed Jun 21 21:43:00 2006 +0200 Makefile.in: Add target "ctags" to the overview. --- Makefile.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile.in b/Makefile.in index c1348e6..02fd676 100644 --- a/Makefile.in +++ b/Makefile.in @@ -11,6 +11,7 @@ # install-dev: install development e # 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
participants (1)
-
Alexandre Julliard