diff options
| -rw-r--r-- | doc/translations/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/translations/README b/doc/translations/README index bac8bc5d188..f97f4fb105c 100644 --- a/doc/translations/README +++ b/doc/translations/README @@ -1,3 +1,19 @@ +* Translated Emacs manuals +** Translations available + +Translations for language _doclang_ can be found under directory +doc/translations/_doclang_. + +** Compiling a manual translation + +For the info output, and, say, SES manual in French: + + make -C doc/misc ses DOCLANG=fr + +For the pdf output: + + make -C doc/misc ses-fr.pdf DOCLANG=fr + * Translating the Emacs manuals ** Copyright assignment |
