Added ebrowse to ctags target (experimental)

v0.27.3
Andreas Huggel 22 years ago
parent 8b7d9b8ea2
commit a2d6fc2013

@ -20,7 +20,7 @@
# 02111-1307, USA. # 02111-1307, USA.
# #
# File: Makefile # File: Makefile
# Version: $Name: $ $Revision: 1.17 $ # Version: $Name: $ $Revision: 1.18 $
# Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net> # Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
# History: 10-Dec-03, ahu: created # History: 10-Dec-03, ahu: created
# #
@ -258,8 +258,9 @@ uninstall-sharedlib:
uninstall-lib: $(UNINSTALL_LIB) uninstall-header uninstall-lib: $(UNINSTALL_LIB) uninstall-header
ctags: ctags:
ctags-exuberant --extra=+q -e * ebrowse $(CCHDR) $(CCSRC)
ctags-exuberant --extra=+q * # ctags-exuberant --extra=+q -e *
# ctags-exuberant --extra=+q *
check: check:
@echo "No checks available for this library." @echo "No checks available for this library."

Loading…
Cancel
Save