diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-11-07 13:52:44 +0900 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-07 11:37:43 +0000 |
commit | d045ad920be0aa55cd3761dc236fc621bcd8e387 (patch) | |
tree | 77e279580a4544334ae539d64192674b37d5d69a /solenv/bin | |
parent | 30ec4ce259a26d7cefa2ee1d3c13383e8d86414c (diff) |
make 'make tags' work in case of out-of-tree build
Change-Id: I6c25988497208d9ae652feb1f9c37032f22ae376
Reviewed-on: https://gerrit.libreoffice.org/12295
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'solenv/bin')
-rwxr-xr-x | solenv/bin/create-tags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/create-tags b/solenv/bin/create-tags index a9f2622a8738..1d3f2a5d4fe7 100755 --- a/solenv/bin/create-tags +++ b/solenv/bin/create-tags @@ -12,7 +12,7 @@ omnicppoptions="--c++-kinds=+p --fields=+iaS --extra=+q" ctags -h "+.hdl.hrc" --langmap=c:+.hrc.src,c++:+.hdl $omnicppoptions \ --languages=-HTML,Java,JavaScript \ -R --exclude=instdir --exclude=workdir \ - --exclude=clone --totals=yes * + --exclude=clone --totals=yes ${SRCDIR:-*} ctags -h "+.hdl.hrc" --langmap=c:+.hrc.src,c++:+.hdl $omnicppoptions \ --languages=-HTML,Java,JavaScript \ |