From 03da13be4c8d032d901d0e6f937dc14491c2ffe5 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 18 Feb 2023 06:56:23 +0200 Subject: [PATCH 3/3] Rename comments-3.2 as comments-3.3 See osdn #47396 Signed-off-by: Marko Lindqvist --- data/ruledit/Makefile.am | 2 +- data/ruledit/{comments-3.2.txt => comments-3.3.txt} | 0 meson.build | 2 +- scripts/spec_propagate.sh | 2 +- tools/ruleutil/comments.h | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename data/ruledit/{comments-3.2.txt => comments-3.3.txt} (100%) diff --git a/data/ruledit/Makefile.am b/data/ruledit/Makefile.am index b4eb0656aa..7410c0c56b 100644 --- a/data/ruledit/Makefile.am +++ b/data/ruledit/Makefile.am @@ -4,6 +4,6 @@ pkgdatadir = $(datadir)/$(PACKAGE)/ruledit pkgdata_DATA = \ - comments-3.2.txt + comments-3.3.txt EXTRA_DIST = $(pkgdata_DATA) diff --git a/data/ruledit/comments-3.2.txt b/data/ruledit/comments-3.3.txt similarity index 100% rename from data/ruledit/comments-3.2.txt rename to data/ruledit/comments-3.3.txt diff --git a/meson.build b/meson.build index d894c88339..e4b28d09d1 100644 --- a/meson.build +++ b/meson.build @@ -1106,7 +1106,7 @@ install_data( ) install_data( - 'data/ruledit/comments-3.2.txt', + 'data/ruledit/comments-3.3.txt', install_dir : join_paths(get_option('datadir'), 'freeciv/ruledit') ) diff --git a/scripts/spec_propagate.sh b/scripts/spec_propagate.sh index 41ef287843..a12398278b 100755 --- a/scripts/spec_propagate.sh +++ b/scripts/spec_propagate.sh @@ -6,7 +6,7 @@ # Must be run from the root of a git checkout. # Ruledit comments file name -COMMENTS="comments-3.2.txt" +COMMENTS="comments-3.3.txt" usage() { echo "*** usage: $0 data/[changed-ruleset-dir]" diff --git a/tools/ruleutil/comments.h b/tools/ruleutil/comments.h index 0aadbe65ab..3d60dfc51d 100644 --- a/tools/ruleutil/comments.h +++ b/tools/ruleutil/comments.h @@ -17,7 +17,7 @@ extern "C" { #endif /* __cplusplus */ -#define COMMENTS_FILE_NAME "comments-3.2.txt" +#define COMMENTS_FILE_NAME "comments-3.3.txt" struct section_file; -- 2.39.1