diff --git a/Links.md b/Links.md index a4323f22..d0015820 100644 --- a/Links.md +++ b/Links.md @@ -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/` diff --git a/Makefile.in b/Makefile.in index 8e284338..df735a1c 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 729e736b..8d936f70 100644 --- a/index.md +++ b/index.md @@ -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/`