Browse Source

create make target for ctags file and ignore the generated file with git

v0.1.8
Georg Hopp 12 years ago
parent
commit
6dd6a5b227
  1. 1
      .gitignore
  2. 3
      Makefile.am

1
.gitignore

@ -38,3 +38,4 @@ src/taskrambler
gmon.out
test-driver
/assets/html/_documentation.html
tags

3
Makefile.am

@ -72,6 +72,9 @@ coverage-html:
-$(MAKE) -C tests $(AM_MAKEFLAGS) -k $@
endif
tags:
ctags -R -V --langdef=cclass --langmap=cclass:.h --regex-cclass='/^[ \t]*CLASS\(([a-zA-Z0-9_]+)/\1/d,definition/'
TR_DIRS = $(DESTDIR)/$(trdatadir)/assets/doc \
$(DESTDIR)/$(trdatadir)/assets/html/doc \
$(DESTDIR)/$(trdatadir)/assets/coverage \

Loading…
Cancel
Save