Bump for 3.6-28
[LibreOffice.git] / solenv / bin / create-tags
blob0388928d6aac283c771b49cfad00f808a56e1822
1 #!/usr/bin/env bash
3 if [ -z "$INPATH" ] ; then
4 INPATH=$(grep "INPATH=" ./config_host.mk | sed -e "s/export INPATH=//")
5 fi
6 if [ -z "$INPATH" ] ; then
7 echo "could not determine INPATH" >&2
8 exit 1
9 fi
12 omnicppoptions="--c++-kinds=+p --fields=+iaS --extra=+q"
13 ctags -h "+.hdl.hrc" --langmap=c:+.hdl.hrc.src $omnicppoptions \
14 --languages=-HTML,Java \
15 -R --exclude=`echo ${INPATH} | sed 's/\./\\\./g'` --exclude=binfilter --exclude=solver \
16 --exclude=clone --exclude=install --totals=yes --sort=foldcase *