Browse Source

Add comment, when Makefile.am needs to be changed

master
Valdis Vitolins 5 years ago
parent
commit
c24c5cbf94
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      docs/add_language.md

+ 4
- 1
docs/add_language.md View File

@@ -116,7 +116,10 @@ where:

### Makefile.am File

`Makefile.am` is build configuration file.
`Makefile.am` is build configuration file. It should be edited if you add
new language text-to-phoneme translation rules or set of sounds (phonemes).
Usually you have to add necessary entries for new language, but may not need if
you add new dialect for existing language.

Search for configuration of existing languages (e.g. English)
and add similar lines for your language in following sections.

Loading…
Cancel
Save