summaryrefslogtreecommitdiff
path: root/solenv/bin/create-ids
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2010-12-13 22:47:09 +0100
committerThorsten Behrens <tbehrens@novell.com>2010-12-13 23:08:58 +0100
commitc1030a6bf90f776b224ff4d180cf04dc72334e40 (patch)
tree84ccd5e16b0e2410221f118760401b74e6399325 /solenv/bin/create-ids
parent803f02e6a3706c8cb7abe412dda7bce2f075d2a1 (diff)
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/
Diffstat (limited to 'solenv/bin/create-ids')
-rwxr-xr-xsolenv/bin/create-ids8
1 files changed, 8 insertions, 0 deletions
diff --git a/solenv/bin/create-ids b/solenv/bin/create-ids
new file mode 100755
index 000000000000..868d88526c76
--- /dev/null
+++ b/solenv/bin/create-ids
@@ -0,0 +1,8 @@
+#!/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