diff --git a/Makefile.in b/Makefile.in index b3a1459..fdf32f2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -940,7 +940,7 @@ regenerate-markdown: generate-markdown # 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. @@ -994,6 +994,7 @@ $(LINKS): d2=`echo "$$d" | cut -d '/' -f 2` ;\ d3=`echo "$$d" | cut -d '/' -f 3` ;\ d4=`echo "$$d" | cut -d '/' -f 4` ;\ + d5=`echo "$$d" | cut -d '/' -f 5` ;\ if test "x$$d1" != "x$$oldd1" ; then \ echo "* \`$$d1/\`" ;\ oldd1=$$d1 ;\ @@ -1016,6 +1017,12 @@ $(LINKS): echo " * \`$$d4/\`" ;\ oldd4=$$d4 ;\ fi ; \ + if test "x$$d5" = x -a "x$$d4" != x ; then \ + echo " * [$$docname]($$html) ([src]($(REPOURL)/$$doc))" ;\ + elif test "x$$d5" != "x$$oldd5" ; then \ + echo " * \`$$d5/\`" ;\ + oldd5=$$d5 ;\ + fi ; \ done > $@ empty.md: