diff options
| author | Vincent Belaïche <vincentb1@users.sourceforge.net> | 2026-05-31 14:57:41 +0200 |
|---|---|---|
| committer | Vincent Belaïche <vincentb1@users.sourceforge.net> | 2026-05-31 14:57:41 +0200 |
| commit | 8902361cba867e7d4aa6cb844214636a6eabe7fb (patch) | |
| tree | 230def7be23561875c65646acc3d54e454095f83 | |
| parent | 35af8d1099e2f3187c70c4c661a44231bdec1f4c (diff) | |
README for manual translations available, and how to compile them
| -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 |
