Commit graph

11 commits

Author SHA1 Message Date
Boris Buliga 67efab7637 Always build the Emacs, Elisp and Intro manuals (bug#81332)
The manuals in doc/emacs, doc/lispintro and doc/lispref have no
translations, so filtering the per-directory language list by DOCLANGS
left those directories with nothing to build when DOCLANGS does not
include 'default'.  These three manuals must be built and installed
regardless of DOCLANGS: the Emacs and Emacs Lisp manuals are
referenced from doc strings, and the Introduction to Emacs Lisp
Programming is an important enough part of Emacs to be available
whatever the language preferences of the user who builds the manuals.

* Makefile.in (MANDATORY_DOC_DIRS): New variable.
(FILTER_DOCLANGS): Use it to always build the default language for
those directories.
(INFO_NONMISC, srcdir_doc_info_dir_inputs): Say why these are not
gated by DOCLANGS.
* doc/translations/README: Document that those three manuals are
always built in the default language.
2026-08-29 12:43:41 +03:00
Michael Albinus 1da4eeb8c6 ; * doc/translations/README: Fix typos. 2026-06-08 18:39:03 +02:00
Vincent Belaïche 60171b3714 Better document compiling doc translations
* doc/translations/README: Document how to compile all
translations, or just for one language. Clarify where Texinfo
source code resides, and where compiled output goes.
2026-06-08 16:52:18 +02:00
Vincent Belaïche 8902361cba README for manual translations available, and how to compile them 2026-05-31 14:57:41 +02:00
Sean Whitton c31f6adc31 ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
Paul Eggert 4da38c6321 Update copyright year to 2025
Run "TZ=UTC0 admin/update-copyright".
2025-01-01 07:39:17 +00:00
Stefan Kangas bef514de4d ; Fix typos 2024-06-07 23:51:18 +02:00
Eli Zaretskii 70dc170056 ; Further copyedits of doc/translations/README. 2024-02-19 15:19:54 +02:00
Jean-Christophe Helary 5d3ecd7358 ; Proofreading changes in doc/translations/README. 2024-02-19 15:14:19 +02:00
Eli Zaretskii d80f1352d8 ; Fix punctuation and encoding of doc/translations/README
* doc/translations/README: Fix non-ASCII characters and
punctuation.  Add local variables section.
2024-02-18 09:56:14 +02:00
Eli Zaretskii 42179750c5 Move translations-related files to do/translations/. 2024-02-18 09:49:16 +02:00
Renamed from doc/README (Browse further)