Skip to content

Commit

Permalink
deploy: d7f1f79
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Mar 27, 2024
1 parent c4f3df9 commit 6b656aa
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Links.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,31 @@
* `fst/`
* `morphology/`
* `affixes/`
* [adjectives.lexc](src-fst-morphology-affixes-adjectives.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/affixes/adjectives.lexc))
* [adverbs.lexc](src-fst-morphology-affixes-adverbs.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/affixes/adverbs.lexc))
* [nouns.lexc](src-fst-morphology-affixes-nouns.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/affixes/nouns.lexc))
* [numerals.lexc](src-fst-morphology-affixes-numerals.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/affixes/numerals.lexc))
* [postpositions.lexc](src-fst-morphology-affixes-postpositions.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/affixes/postpositions.lexc))
* [pronouns.lexc](src-fst-morphology-affixes-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/affixes/pronouns.lexc))
* [propernouns.lexc](src-fst-morphology-affixes-propernouns.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/affixes/propernouns.lexc))
* [quantifiers.lexc](src-fst-morphology-affixes-quantifiers.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/affixes/quantifiers.lexc))
* [symbols.lexc](src-fst-morphology-affixes-symbols.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/affixes/symbols.lexc))
* [verbs.lexc](src-fst-morphology-affixes-verbs.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/affixes/verbs.lexc))
* [clitics.lexc](src-fst-morphology-clitics.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/clitics.lexc))
* [phonology.twolc](src-fst-morphology-phonology.twolc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/phonology.twolc))
* [root.lexc](src-fst-morphology-root.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/root.lexc))
* `stems/`
* [acronyms.lexc](src-fst-morphology-stems-acronyms.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/stems/acronyms.lexc))
* [adjectives_newwords.lexc](src-fst-morphology-stems-adjectives_newwords.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/stems/adjectives_newwords.lexc))
* [adpositions_newwords.lexc](src-fst-morphology-stems-adpositions_newwords.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/stems/adpositions_newwords.lexc))
* [adverbs_newwords.lexc](src-fst-morphology-stems-adverbs_newwords.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/stems/adverbs_newwords.lexc))
* [determiners_newwords.lexc](src-fst-morphology-stems-determiners_newwords.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/stems/determiners_newwords.lexc))
* [exceptions.lexc](src-fst-morphology-stems-exceptions.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/stems/exceptions.lexc))
* [interjections_newwords.lexc](src-fst-morphology-stems-interjections_newwords.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/stems/interjections_newwords.lexc))
* [nouns.lexc](src-fst-morphology-stems-nouns.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/stems/nouns.lexc))
* [nouns_newwords.lexc](src-fst-morphology-stems-nouns_newwords.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/stems/nouns_newwords.lexc))
* [verbs.lexc](src-fst-morphology-stems-verbs.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/stems/verbs.lexc))
* [verbs_newwords.lexc](src-fst-morphology-stems-verbs_newwords.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/stems/verbs_newwords.lexc))
* `phonetics/`
* [txt2ipa.xfscript](src-fst-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/phonetics/txt2ipa.xfscript))
* `transcriptions/`
Expand Down
7 changes: 7 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,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 @@ -1017,6 +1018,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
21 changes: 21 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,31 @@ Below is an autogenerated list of documentation pages built from structured comm
* `fst/`
* `morphology/`
* `affixes/`
* [adjectives.lexc](src-fst-morphology-affixes-adjectives.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/affixes/adjectives.lexc))
* [adverbs.lexc](src-fst-morphology-affixes-adverbs.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/affixes/adverbs.lexc))
* [nouns.lexc](src-fst-morphology-affixes-nouns.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/affixes/nouns.lexc))
* [numerals.lexc](src-fst-morphology-affixes-numerals.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/affixes/numerals.lexc))
* [postpositions.lexc](src-fst-morphology-affixes-postpositions.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/affixes/postpositions.lexc))
* [pronouns.lexc](src-fst-morphology-affixes-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/affixes/pronouns.lexc))
* [propernouns.lexc](src-fst-morphology-affixes-propernouns.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/affixes/propernouns.lexc))
* [quantifiers.lexc](src-fst-morphology-affixes-quantifiers.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/affixes/quantifiers.lexc))
* [symbols.lexc](src-fst-morphology-affixes-symbols.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/affixes/symbols.lexc))
* [verbs.lexc](src-fst-morphology-affixes-verbs.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/affixes/verbs.lexc))
* [clitics.lexc](src-fst-morphology-clitics.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/clitics.lexc))
* [phonology.twolc](src-fst-morphology-phonology.twolc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/phonology.twolc))
* [root.lexc](src-fst-morphology-root.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/root.lexc))
* `stems/`
* [acronyms.lexc](src-fst-morphology-stems-acronyms.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/stems/acronyms.lexc))
* [adjectives_newwords.lexc](src-fst-morphology-stems-adjectives_newwords.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/stems/adjectives_newwords.lexc))
* [adpositions_newwords.lexc](src-fst-morphology-stems-adpositions_newwords.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/stems/adpositions_newwords.lexc))
* [adverbs_newwords.lexc](src-fst-morphology-stems-adverbs_newwords.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/stems/adverbs_newwords.lexc))
* [determiners_newwords.lexc](src-fst-morphology-stems-determiners_newwords.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/stems/determiners_newwords.lexc))
* [exceptions.lexc](src-fst-morphology-stems-exceptions.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/stems/exceptions.lexc))
* [interjections_newwords.lexc](src-fst-morphology-stems-interjections_newwords.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/stems/interjections_newwords.lexc))
* [nouns.lexc](src-fst-morphology-stems-nouns.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/stems/nouns.lexc))
* [nouns_newwords.lexc](src-fst-morphology-stems-nouns_newwords.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/stems/nouns_newwords.lexc))
* [verbs.lexc](src-fst-morphology-stems-verbs.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/stems/verbs.lexc))
* [verbs_newwords.lexc](src-fst-morphology-stems-verbs_newwords.lexc.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/morphology/stems/verbs_newwords.lexc))
* `phonetics/`
* [txt2ipa.xfscript](src-fst-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-vro/blob/main/src/fst/phonetics/txt2ipa.xfscript))
* `transcriptions/`
Expand Down

0 comments on commit 6b656aa

Please sign in to comment.