Skip to content

Commit

Permalink
deploy: 9e0aad2
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Mar 20, 2024
1 parent 7fe0616 commit 09afe23
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Links.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@
* `fst/`
* `morphology/`
* `affixes/`
* [exceptional_declinations.lexc](src-fst-morphology-affixes-exceptional_declinations.lexc.html) ([src](https://github.com/giellalt/lang-est-x-utee/blob/main/src/fst/morphology/affixes/exceptional_declinations.lexc))
* [gi.lexc](src-fst-morphology-affixes-gi.lexc.html) ([src](https://github.com/giellalt/lang-est-x-utee/blob/main/src/fst/morphology/affixes/gi.lexc))
* [regular_declinations.lexc](src-fst-morphology-affixes-regular_declinations.lexc.html) ([src](https://github.com/giellalt/lang-est-x-utee/blob/main/src/fst/morphology/affixes/regular_declinations.lexc))
* [verbs.lexc](src-fst-morphology-affixes-verbs.lexc.html) ([src](https://github.com/giellalt/lang-est-x-utee/blob/main/src/fst/morphology/affixes/verbs.lexc))
* [phonology.twolc](src-fst-morphology-phonology.twolc.html) ([src](https://github.com/giellalt/lang-est-x-utee/blob/main/src/fst/morphology/phonology.twolc))
* [root.lexc](src-fst-morphology-root.lexc.html) ([src](https://github.com/giellalt/lang-est-x-utee/blob/main/src/fst/morphology/root.lexc))
* `stems/`
* [acronyms.lexc](src-fst-morphology-stems-acronyms.lexc.html) ([src](https://github.com/giellalt/lang-est-x-utee/blob/main/src/fst/morphology/stems/acronyms.lexc))
* `phonetics/`
* [txt2ipa.xfscript](src-fst-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-est-x-utee/blob/main/src/fst/phonetics/txt2ipa.xfscript))
* `transcriptions/`
Expand Down
9 changes: 8 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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 ;\
Expand All @@ -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/\`" ;\
oldd4=$$d4 ;\
fi ; \
done > $@

empty.md:
Expand Down
5 changes: 5 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,14 @@ Below is an autogenerated list of documentation pages built from structured comm
* `fst/`
* `morphology/`
* `affixes/`
* [exceptional_declinations.lexc](src-fst-morphology-affixes-exceptional_declinations.lexc.html) ([src](https://github.com/giellalt/lang-est-x-utee/blob/main/src/fst/morphology/affixes/exceptional_declinations.lexc))
* [gi.lexc](src-fst-morphology-affixes-gi.lexc.html) ([src](https://github.com/giellalt/lang-est-x-utee/blob/main/src/fst/morphology/affixes/gi.lexc))
* [regular_declinations.lexc](src-fst-morphology-affixes-regular_declinations.lexc.html) ([src](https://github.com/giellalt/lang-est-x-utee/blob/main/src/fst/morphology/affixes/regular_declinations.lexc))
* [verbs.lexc](src-fst-morphology-affixes-verbs.lexc.html) ([src](https://github.com/giellalt/lang-est-x-utee/blob/main/src/fst/morphology/affixes/verbs.lexc))
* [phonology.twolc](src-fst-morphology-phonology.twolc.html) ([src](https://github.com/giellalt/lang-est-x-utee/blob/main/src/fst/morphology/phonology.twolc))
* [root.lexc](src-fst-morphology-root.lexc.html) ([src](https://github.com/giellalt/lang-est-x-utee/blob/main/src/fst/morphology/root.lexc))
* `stems/`
* [acronyms.lexc](src-fst-morphology-stems-acronyms.lexc.html) ([src](https://github.com/giellalt/lang-est-x-utee/blob/main/src/fst/morphology/stems/acronyms.lexc))
* `phonetics/`
* [txt2ipa.xfscript](src-fst-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-est-x-utee/blob/main/src/fst/phonetics/txt2ipa.xfscript))
* `transcriptions/`
Expand Down

0 comments on commit 09afe23

Please sign in to comment.