[Libreoffice-commits] .: bin/create-tags Makefile.am
Cédric Bosdonnat
cbosdo at kemper.freedesktop.org
Thu Dec 16 05:51:53 PST 2010
Makefile.am | 4 ----
bin/create-tags | 23 -----------------------
2 files changed, 27 deletions(-)
New commits:
commit 23a86a4a0c9898001bda1dc1a1cd1861814cbd93
Author: Cédric Bosdonnat <cedricbosdo at openoffice.org>
Date: Thu Dec 16 14:51:28 2010 +0100
Moved the create-tags script to bootstrap repo
diff --git a/Makefile.am b/Makefile.am
old mode 100755
new mode 100644
index 5404b48..d32a7c3
--- a/Makefile.am
+++ b/Makefile.am
@@ -175,10 +175,6 @@ id : $(OOBUILDDIR)/ID
$(OOBUILDDIR)/ID : $(STAMP_DIR)/build
cd $(OOBUILDDIR); $(TOOLSDIR)/bin/create-ids
-tags: $(OOBUILDDIR)/tags
-$(OOBUILDDIR)/tags: $(STAMP_DIR)/build_prepared
- cd $(OOBUILDDIR); $(TOOLSDIR)/bin/create-tags
-
docs: $(BUILDDIR)/docs/index.html
$(BUILDDIR)/docs/index.html: $(STAMP_DIR)/build
cd $(OOBUILDDIR); $(TOOLSDIR)/bin/mkdocs.sh $(BUILDDIR)/docs $(TOOLSDIR)/bin/doxygen.cfg
diff --git a/bin/create-tags b/bin/create-tags
deleted file mode 100755
index 2283943..0000000
--- a/bin/create-tags
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-
-# create tags file for the whole OOo tree. run it in build/xyz680-mABC
-current_dir=`basename $PWD`
-
-# Don't create the tags file in rawbuild: due to the links the editor
-# (at least Vim) will most likely consider to be in clone/repo folder.
-if [ "$current_dir" = "rawbuild" ]; then
- cd ../clone
- current_dir=`basename $PWD`
-fi
-
-if [ "$current_dir" == "clone" ]; then
- . ../rawbuild/*.Set.sh
-else
- . ./*.Set.sh
-fi
-
-omnicppoptions="--c++-kinds=+p --fields=+iaS --extra=+q"
-ctags -h "+.hdl.hrc" --langmap=c:+.hdl.hrc.src $omnicppoptions \
- --languages=-HTML,Java \
- -R --exclude=`echo ${INPATH} | sed 's/\./\\\./g'` --exclude=binfilter --exclude=solver \
- --totals=yes --sort=foldcase *
More information about the Libreoffice-commits
mailing list