office-gobmx/solenv/bin/create-ids
Thorsten Behrens c1030a6bf9 Migrate id, tags, and docs make target over from build repo
* make id: create GNU idutils symbol lookup index
* make tags: create ctags index file (c++, java, html)
* make docs: create doxygen-style documentation below docs/
2010-12-13 23:08:58 +01:00

8 lines
349 B
Bash
Executable file

#!/bin/sh
# create ID file for the whole LibO tree. run it in toplevel dir
. ./*.Set.sh
dirs="*/$INPATH/inc */$INPATH/misc/build `ls -d */* | sed -e '/\(clone\/\|\/\(common\|unxlng\|unxsol\|unxmac\|wntmsc\|Jamfile\|cscope\.\|tags\|ID\)\)\|^solver\//d'`"
mkid --lang-map=`dirname $0`/id-lang.map --include='C C++ asm perl make' --statistics $dirs