summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-01-05 08:01:48 +0100
committerSébastien Helleu <flashcode@flashtux.org>2023-01-05 08:01:48 +0100
commit30ad9ca62d3e47f6f806538d7b733dbab67710f9 (patch)
treecee4490511901244eab1fb9ff0b680ff279fe193 /Makefile.am
parentc7f5cd462f58792a55f81988695b797ea3ec3cfe (diff)
downloadweechat-30ad9ca62d3e47f6f806538d7b733dbab67710f9.zip
core: rename script git-version.sh to set_git_version.sh
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 972ef4502..b02ee948c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,7 +23,7 @@
# (if needed, and only for a devel/rc version).
BUILT_SOURCES = build-config-git.h
build-config-git.h:
- -$(abs_top_srcdir)/tools/git-version.sh "$(abs_top_srcdir)" "$(VERSION)" config-git.h
+ -$(abs_top_srcdir)/tools/set_git_version.sh "$(abs_top_srcdir)" "$(VERSION)" config-git.h
if TESTS
tests_dir = tests
@@ -61,7 +61,7 @@ EXTRA_DIST = AUTHORS.adoc \
po/CMakeLists.txt \
po/srcfiles.cmake \
tools/build-test.sh \
- tools/git-version.sh \
+ tools/set_git_version.sh \
tools/makedist.sh \
version.sh \
weechat.desktop \