summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r--Master/tlpkg/doc/howto-translations.txt6
-rw-r--r--Master/tlpkg/doc/releng.txt3
2 files changed, 8 insertions, 1 deletions
diff --git a/Master/tlpkg/doc/howto-translations.txt b/Master/tlpkg/doc/howto-translations.txt
index d579e7ef5cc..0609f1cc881 100644
--- a/Master/tlpkg/doc/howto-translations.txt
+++ b/Master/tlpkg/doc/howto-translations.txt
@@ -104,3 +104,9 @@ When a new translation (language) is added, add to lists in
tlmgr.pl (under --gui-lang),
tlmgrgui.pl (%code_lang).
Unfortunately nothing checks these for consistency, up to us humans.
+
+When a new translation of the TL Guide is added, update
+texmf-dist/doc/texlive/index.html as well as the text of the guide itself.
+
+When a new translation of the top-level README txt/html is added,
+update Master/index.html.
diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt
index 18513def35c..a225c9bda73 100644
--- a/Master/tlpkg/doc/releng.txt
+++ b/Master/tlpkg/doc/releng.txt
@@ -268,9 +268,10 @@ M. As work proceeds, update the doc:
groff -mandoc -Thtml $x1/updmap.1 >$lw/doc/updmap.html
groff -mandoc -Thtml $x1/fmtutil.1 >$lw/doc/fmtutil.html
While we're here, let's update the other generated html files:
- # first save originals for diff if you like.
pod2html --cachedir=/tmp $xx/tlmgr.pl >$lw/doc/tlmgr.html
pod2html --cachedir=/tmp $Master/install-tl >$lw/doc/install-tl.html
+ Update copies in the Master tree (also done nightly in tl-update-auto):
+ cp $lw/doc/{tlmgr,install-tl}.html $Master/texmf-dist/doc/texlive
Man pages from Build to Master (after doing a build):
tl-update-man # consider removals from output, if any binaries are gone
# check /tmp/so.rules against man1/Makefile, update if needed.