From a2d6fc201318a48552c1b80e38e16e96b949a86f Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Wed, 31 Mar 2004 02:52:24 +0000 Subject: [PATCH] Added ebrowse to ctags target (experimental) --- src/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Makefile b/src/Makefile index 61337426..2ea13348 100644 --- a/src/Makefile +++ b/src/Makefile @@ -20,7 +20,7 @@ # 02111-1307, USA. # # File: Makefile -# Version: $Name: $ $Revision: 1.17 $ +# Version: $Name: $ $Revision: 1.18 $ # Author(s): Andreas Huggel (ahu) # History: 10-Dec-03, ahu: created # @@ -258,8 +258,9 @@ uninstall-sharedlib: uninstall-lib: $(UNINSTALL_LIB) uninstall-header ctags: - ctags-exuberant --extra=+q -e * - ctags-exuberant --extra=+q * + ebrowse $(CCHDR) $(CCSRC) +# ctags-exuberant --extra=+q -e * +# ctags-exuberant --extra=+q * check: @echo "No checks available for this library."