* Alexey I. Froloff [050914 14:27]: > https://bugzilla.altlinux.org/show_bug.cgi?id=7954 $ ./find-tags --help Usage: find-tags [OPTIONS... ] -- OUTNAME FILE... The find-tags program generates shared tags for different languages Valid options are: -h, --help Display help screen -l, --lang Set source file language -k, --kinds Set language-specific kinds of tags (see ctags(1)) -f, --fields Set extension fields to include in tags file (see ctags(1)) -B, --base Set base directory for tags file --list-langs List supported languages Tags will be stored in $BASE_DIRECTORY/$LANG/$OUTNAME.tags FILE is a list of files and/or directories to search tags in. It is allowed to specify any ctags options, for example --exclude=PATTERN If $RPM_BUILD_ROOT is set, it will be prepended to base directory. It is also will be stripped from paths in generated tags file (needs patched version of ctags that understands --buildroot option). Report bugs to $ ./find-tags --list-langs Available languages: c perl python ruby tcl -- Regards, Sir Raorn.