[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-678-g40bf9273f
git at osgeo.org
git at osgeo.org
Mon Oct 16 02:09:30 PDT 2023
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 40bf9273f5b69b581c89f56ce48d3268a87c3e7e (commit)
from 431e1ed5e6c556d390b4be54e1c7afd5c4675632 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 40bf9273f5b69b581c89f56ce48d3268a87c3e7e
Author: Sandro Santilli <strk at kbt.io>
Date: Mon Oct 16 11:07:56 2023 +0200
Add GNU standard TAGS top-level make target
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 8337299d1..7d661c7ec 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -149,9 +149,22 @@ distclean-local: clean-local
rm -f sfcgal/Makefile; \
fi
+# capitalized TAGS is to follow the GNU Coding Standards, see
+# https://www.gnu.org/prep/standards/html_node/Standard-Targets.html
+TAGS:
+ ctags \
+ --exclude=build \
+ --exclude=ci \
+ --exclude=doc \
+ --exclude=.git \
+ --exclude=regress \
+ --exclude=utils \
+ --recurse=yes
+
maintainer-clean-local: distclean-local
rm -f configure
rm -Rf build-aux
+ rm -f tags
maintainer-clean:
@echo '------------------------------------------------------'
-----------------------------------------------------------------------
Summary of changes:
GNUmakefile.in | 13 +++++++++++++
1 file changed, 13 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list