From eddfdd31a6e1ec31bf619fde12f2edd0bc655882 Mon Sep 17 00:00:00 2001 From: Flammie A Pirinen Date: Mon, 12 Feb 2024 21:49:14 +0100 Subject: [PATCH] don't dep on *.lexc --- am-shared/docs-dir-include.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/am-shared/docs-dir-include.am b/am-shared/docs-dir-include.am index 05ccd802..6a029cf4 100644 --- a/am-shared/docs-dir-include.am +++ b/am-shared/docs-dir-include.am @@ -49,7 +49,7 @@ endif # Generate endpoint json file for shield.io lemma count badge. # Only to be stored in the gh-pages branch, ignored in main. -$(srcdir)/lemmacount.json: $(top_srcdir)/src/fst/morphology/stems/*.lexc +$(srcdir)/lemmacount.json: $(AM_V_GEN)$(GTCORE)/scripts/make-lemmacount.json.sh $(abs_top_srcdir) > $@ # Generate a maturity.json file as endpoint for the maturity badge.