Mercurial > mplayer.hg
comparison Makefile @ 29268:170369ec951c
Add missing path to find invocation for tags/TAGS creation.
author | diego |
---|---|
date | Fri, 15 May 2009 23:17:25 +0000 |
parents | 7b2f34b6ff9a |
children | ff43e2263d6d |
comparison
equal
deleted
inserted
replaced
29267:7b2f34b6ff9a | 29268:170369ec951c |
---|---|
980 | 980 |
981 doxygen: | 981 doxygen: |
982 doxygen DOCS/tech/Doxyfile | 982 doxygen DOCS/tech/Doxyfile |
983 | 983 |
984 TAGS: | 984 TAGS: |
985 rm -f $@; find -name '*.[chS]' -o -name '*.asm' | xargs etags -a | 985 rm -f $@; find . -name '*.[chS]' -o -name '*.asm' | xargs etags -a |
986 | 986 |
987 tags: | 987 tags: |
988 rm -f $@; find -name '*.[chS]' -o -name '*.asm' | xargs ctags -a | 988 rm -f $@; find . -name '*.[chS]' -o -name '*.asm' | xargs ctags -a |
989 | 989 |
990 | 990 |
991 | 991 |
992 ###### tests / tools ####### | 992 ###### tests / tools ####### |
993 | 993 |