diff --git a/Links.md b/Links.md index 0651840bf..7913b3a01 100644 --- a/Links.md +++ b/Links.md @@ -6,9 +6,30 @@ * `fst/` * `morphology/` * `affixes/` + * [adjectives.lexc](src-fst-morphology-affixes-adjectives.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/affixes/adjectives.lexc)) + * [adpositions.lexc](src-fst-morphology-affixes-adpositions.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/affixes/adpositions.lexc)) + * [adverbs.lexc](src-fst-morphology-affixes-adverbs.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/affixes/adverbs.lexc)) + * [conjunctors.lexc](src-fst-morphology-affixes-conjunctors.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/affixes/conjunctors.lexc)) + * [interjections.lexc](src-fst-morphology-affixes-interjections.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/affixes/interjections.lexc)) + * [nouns.lexc](src-fst-morphology-affixes-nouns.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/affixes/nouns.lexc)) + * [particles.lexc](src-fst-morphology-affixes-particles.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/affixes/particles.lexc)) + * [pronouns.lexc](src-fst-morphology-affixes-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/affixes/pronouns.lexc)) + * [propernouns.lexc](src-fst-morphology-affixes-propernouns.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/affixes/propernouns.lexc)) + * [quantifiers.lexc](src-fst-morphology-affixes-quantifiers.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/affixes/quantifiers.lexc)) + * [symbols.lexc](src-fst-morphology-affixes-symbols.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/affixes/symbols.lexc)) + * [verbs.lexc](src-fst-morphology-affixes-verbs.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/affixes/verbs.lexc)) * [phonology.twolc](src-fst-morphology-phonology.twolc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/phonology.twolc)) * [root.lexc](src-fst-morphology-root.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/root.lexc)) * `stems/` + * [acronyms.lexc](src-fst-morphology-stems-acronyms.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/stems/acronyms.lexc)) + * [adjectives-russian-like_newwords.lexc](src-fst-morphology-stems-adjectives-russian-like_newwords.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/stems/adjectives-russian-like_newwords.lexc)) + * [adjectives_newwords.lexc](src-fst-morphology-stems-adjectives_newwords.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/stems/adjectives_newwords.lexc)) + * [adverbs_newwords.lexc](src-fst-morphology-stems-adverbs_newwords.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/stems/adverbs_newwords.lexc)) + * [dialect_lexicon.lexc](src-fst-morphology-stems-dialect_lexicon.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/stems/dialect_lexicon.lexc)) + * [exceptions.lexc](src-fst-morphology-stems-exceptions.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/stems/exceptions.lexc)) + * [nouns_newwords.lexc](src-fst-morphology-stems-nouns_newwords.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/stems/nouns_newwords.lexc)) + * [propernouns_newwords.lexc](src-fst-morphology-stems-propernouns_newwords.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/stems/propernouns_newwords.lexc)) + * [verbs_newwords.lexc](src-fst-morphology-stems-verbs_newwords.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/stems/verbs_newwords.lexc)) * `phonetics/` * [txt2ipa.xfscript](src-fst-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/phonetics/txt2ipa.xfscript)) * [phonology-old.xfscript](src-fst-phonology-old.xfscript.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/phonology-old.xfscript)) diff --git a/Makefile.in b/Makefile.in index 69a458515..a304ee841 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 ;\ @@ -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: diff --git a/index.md b/index.md index 6b2bbd6ee..df26e593b 100644 --- a/index.md +++ b/index.md @@ -60,9 +60,30 @@ 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-kpv/blob/main/src/fst/morphology/affixes/adjectives.lexc)) + * [adpositions.lexc](src-fst-morphology-affixes-adpositions.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/affixes/adpositions.lexc)) + * [adverbs.lexc](src-fst-morphology-affixes-adverbs.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/affixes/adverbs.lexc)) + * [conjunctors.lexc](src-fst-morphology-affixes-conjunctors.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/affixes/conjunctors.lexc)) + * [interjections.lexc](src-fst-morphology-affixes-interjections.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/affixes/interjections.lexc)) + * [nouns.lexc](src-fst-morphology-affixes-nouns.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/affixes/nouns.lexc)) + * [particles.lexc](src-fst-morphology-affixes-particles.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/affixes/particles.lexc)) + * [pronouns.lexc](src-fst-morphology-affixes-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/affixes/pronouns.lexc)) + * [propernouns.lexc](src-fst-morphology-affixes-propernouns.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/affixes/propernouns.lexc)) + * [quantifiers.lexc](src-fst-morphology-affixes-quantifiers.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/affixes/quantifiers.lexc)) + * [symbols.lexc](src-fst-morphology-affixes-symbols.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/affixes/symbols.lexc)) + * [verbs.lexc](src-fst-morphology-affixes-verbs.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/affixes/verbs.lexc)) * [phonology.twolc](src-fst-morphology-phonology.twolc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/phonology.twolc)) * [root.lexc](src-fst-morphology-root.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/root.lexc)) * `stems/` + * [acronyms.lexc](src-fst-morphology-stems-acronyms.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/stems/acronyms.lexc)) + * [adjectives-russian-like_newwords.lexc](src-fst-morphology-stems-adjectives-russian-like_newwords.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/stems/adjectives-russian-like_newwords.lexc)) + * [adjectives_newwords.lexc](src-fst-morphology-stems-adjectives_newwords.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/stems/adjectives_newwords.lexc)) + * [adverbs_newwords.lexc](src-fst-morphology-stems-adverbs_newwords.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/stems/adverbs_newwords.lexc)) + * [dialect_lexicon.lexc](src-fst-morphology-stems-dialect_lexicon.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/stems/dialect_lexicon.lexc)) + * [exceptions.lexc](src-fst-morphology-stems-exceptions.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/stems/exceptions.lexc)) + * [nouns_newwords.lexc](src-fst-morphology-stems-nouns_newwords.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/stems/nouns_newwords.lexc)) + * [propernouns_newwords.lexc](src-fst-morphology-stems-propernouns_newwords.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/stems/propernouns_newwords.lexc)) + * [verbs_newwords.lexc](src-fst-morphology-stems-verbs_newwords.lexc.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/morphology/stems/verbs_newwords.lexc)) * `phonetics/` * [txt2ipa.xfscript](src-fst-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/phonetics/txt2ipa.xfscript)) * [phonology-old.xfscript](src-fst-phonology-old.xfscript.html) ([src](https://github.com/giellalt/lang-kpv/blob/main/src/fst/phonology-old.xfscript))