Skip to content

Commit

Permalink
deploy: 603184b
Browse files Browse the repository at this point in the history
  • Loading branch information
ilm024 committed Mar 25, 2024
1 parent ce19067 commit a650aa8
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Links.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,23 @@
* `fst/`
* `morphology/`
* `affixes/`
* [abbreviations.lexc](src-fst-morphology-affixes-abbreviations.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/affixes/abbreviations.lexc))
* [adjectives.lexc](src-fst-morphology-affixes-adjectives.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/affixes/adjectives.lexc))
* [nouns.lexc](src-fst-morphology-affixes-nouns.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/affixes/nouns.lexc))
* [numerals.lexc](src-fst-morphology-affixes-numerals.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/affixes/numerals.lexc))
* [pronouns.lexc](src-fst-morphology-affixes-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/affixes/pronouns.lexc))
* [propernouns.lexc](src-fst-morphology-affixes-propernouns.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/affixes/propernouns.lexc))
* [symbols.lexc](src-fst-morphology-affixes-symbols.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/affixes/symbols.lexc))
* [verbs.lexc](src-fst-morphology-affixes-verbs.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/affixes/verbs.lexc))
* [compounding.lexc](src-fst-morphology-compounding.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/compounding.lexc))
* [phonology.twolc](src-fst-morphology-phonology.twolc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/phonology.twolc))
* [root.lexc](src-fst-morphology-root.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/root.lexc))
* `stems/`
* [adjectives.lexc](src-fst-morphology-stems-adjectives.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/stems/adjectives.lexc))
* [adverbs.lexc](src-fst-morphology-stems-adverbs.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/stems/adverbs.lexc))
* [nouns.lexc](src-fst-morphology-stems-nouns.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/stems/nouns.lexc))
* [pronouns.lexc](src-fst-morphology-stems-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/stems/pronouns.lexc))
* [smj-abbreviations.lexc](src-fst-morphology-stems-smj-abbreviations.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/stems/smj-abbreviations.lexc))
* `phonetics/`
* [acro2ipa.xfscript](src-fst-phonetics-acro2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/phonetics/acro2ipa.xfscript))
* [smj2sampa-from-old-infra.xfscript](src-fst-phonetics-smj2sampa-from-old-infra.xfscript.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/phonetics/smj2sampa-from-old-infra.xfscript))
Expand Down
7 changes: 7 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -997,6 +997,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 @@ -1019,6 +1020,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:
Expand Down
13 changes: 13 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,23 @@ Below is an autogenerated list of documentation pages built from structured comm
* `fst/`
* `morphology/`
* `affixes/`
* [abbreviations.lexc](src-fst-morphology-affixes-abbreviations.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/affixes/abbreviations.lexc))
* [adjectives.lexc](src-fst-morphology-affixes-adjectives.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/affixes/adjectives.lexc))
* [nouns.lexc](src-fst-morphology-affixes-nouns.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/affixes/nouns.lexc))
* [numerals.lexc](src-fst-morphology-affixes-numerals.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/affixes/numerals.lexc))
* [pronouns.lexc](src-fst-morphology-affixes-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/affixes/pronouns.lexc))
* [propernouns.lexc](src-fst-morphology-affixes-propernouns.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/affixes/propernouns.lexc))
* [symbols.lexc](src-fst-morphology-affixes-symbols.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/affixes/symbols.lexc))
* [verbs.lexc](src-fst-morphology-affixes-verbs.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/affixes/verbs.lexc))
* [compounding.lexc](src-fst-morphology-compounding.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/compounding.lexc))
* [phonology.twolc](src-fst-morphology-phonology.twolc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/phonology.twolc))
* [root.lexc](src-fst-morphology-root.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/root.lexc))
* `stems/`
* [adjectives.lexc](src-fst-morphology-stems-adjectives.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/stems/adjectives.lexc))
* [adverbs.lexc](src-fst-morphology-stems-adverbs.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/stems/adverbs.lexc))
* [nouns.lexc](src-fst-morphology-stems-nouns.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/stems/nouns.lexc))
* [pronouns.lexc](src-fst-morphology-stems-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/stems/pronouns.lexc))
* [smj-abbreviations.lexc](src-fst-morphology-stems-smj-abbreviations.lexc.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/morphology/stems/smj-abbreviations.lexc))
* `phonetics/`
* [acro2ipa.xfscript](src-fst-phonetics-acro2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/phonetics/acro2ipa.xfscript))
* [smj2sampa-from-old-infra.xfscript](src-fst-phonetics-smj2sampa-from-old-infra.xfscript.html) ([src](https://github.com/giellalt/lang-smj/blob/main/src/fst/phonetics/smj2sampa-from-old-infra.xfscript))
Expand Down

0 comments on commit a650aa8

Please sign in to comment.