From 8902361cba867e7d4aa6cb844214636a6eabe7fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Bela=C3=AFche?= Date: Sun, 31 May 2026 14:57:41 +0200 Subject: [PATCH] README for manual translations available, and how to compile them --- doc/translations/README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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