update credits
[LibreOffice.git] / solenv / bin / create-tags
blob4cd6cdd67b88f1b93361e97917c99498bd770c97
1 #!/usr/bin/env bash
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 if [ -z "$INPATH" ] ; then
11 INPATH=$(grep "INPATH=" ./config_host.mk | sed -e "s/export INPATH=//")
13 if [ -z "$INPATH" ] ; then
14 echo "could not determine INPATH" >&2
15 exit 1
18 omnicppoptions="--c++-kinds=+p --fields=+iaS --extra=+q"
19 ctags -h "+.hdl.hrc" --langmap=c:+.hdl.hrc.src $omnicppoptions \
20 --languages=-HTML,Java,JavaScript \
21 -R --exclude=`echo ${INPATH} | sed 's/\./\\\./g'` --exclude=solver \
22 --exclude=clone --exclude=install --totals=yes *