diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-05 08:01:48 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-05 08:01:48 +0100 |
commit | 30ad9ca62d3e47f6f806538d7b733dbab67710f9 (patch) | |
tree | cee4490511901244eab1fb9ff0b680ff279fe193 /Makefile.am | |
parent | c7f5cd462f58792a55f81988695b797ea3ec3cfe (diff) | |
download | weechat-30ad9ca62d3e47f6f806538d7b733dbab67710f9.zip |
core: rename script git-version.sh to set_git_version.sh
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
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 \ |