From 6a452b13bb49aa2db887a95054a5d0b5938662d3 Mon Sep 17 00:00:00 2001 From: Sjur N Moshagen Date: Fri, 25 Oct 2024 15:12:50 +0300 Subject: [PATCH] Bugfix: semset.cg3 is generated these days --- am-shared/tools-tts-dir-include.am | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/am-shared/tools-tts-dir-include.am b/am-shared/tools-tts-dir-include.am index 71ee4e1c..6d02e966 100644 --- a/am-shared/tools-tts-dir-include.am +++ b/am-shared/tools-tts-dir-include.am @@ -152,7 +152,7 @@ $(GIELLA_ANL_DEPENDENCY_SRC): \ %.cg3: $(top_builddir)/src/cg3/%.cg3 $(AM_V_CP)cp -f $< $@ -$(GIELLA_ANL_SEMSETS_SRC): $(top_srcdir)/src/cg3/$(GIELLA_ANL_SEMSETS_SRC) +$(GIELLA_ANL_SEMSETS_SRC): $(top_builddir)/src/cg3/$(GIELLA_ANL_SEMSETS_SRC) $(AM_V_CP)cp -f $< $@ # Disambiguator: diff --git a/configure.ac b/configure.ac index efa38a08..9dac7ac4 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ ## You should have received a copy of the GNU General Public License ## along with this program. If not, see . -AC_INIT([giella-core], [1.0.5], [feedback@divvun.no], [giella-core], [https://github.com/giellalt/giella-core]) +AC_INIT([giella-core], [1.0.6], [feedback@divvun.no], [giella-core], [https://github.com/giellalt/giella-core]) AC_REVISION([$Revision$]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.9 tar-pax -Wall -Werror foreign])