diff options
author | Karl Berry <karl@freefriends.org> | 2018-04-06 15:25:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-04-06 15:25:15 +0000 |
commit | 60718ab3dc8b6e0bf3dc5e4a1cfd64e6c725d714 (patch) | |
tree | 1d31e256725fbaa3c7d933274126aec971b4ac54 /Master | |
parent | f43901a2e69137a91d953d854976bf91dc5905a5 (diff) |
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@47326 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-asy | 12 | ||||
-rw-r--r-- | Master/tlpkg/doc/releng.txt | 11 |
2 files changed, 14 insertions, 9 deletions
diff --git a/Master/tlpkg/bin/tl-update-asy b/Master/tlpkg/bin/tl-update-asy index ba03b39bf10..5833ee37564 100755 --- a/Master/tlpkg/bin/tl-update-asy +++ b/Master/tlpkg/bin/tl-update-asy @@ -87,7 +87,7 @@ elif false && $update_runtime_from_ainst; then xu=$B/source/utils xy=$xu/asymptote cd $xy - $cp binaries/i386-win32/texlive/asy.exe $pg/asymptote/ + $cp binaries/i386-windows/texlive/asy.exe $pg/asymptote/ cd /tmp/ainst $cp share/info/{*/,}*.info $xist/doc/info @@ -100,17 +100,17 @@ elif false && $update_runtime_from_ainst; then $cp latex/asymptote/* $xist/tex/latex/asymptote/ $cp context*/asymptote/* $xist/tex/context/third/asymptote/ # - # also copy in i386-linux binaryfrom build machine. - lb=$xb/x86_64-linux - $cp bin/asy $lb/ - strip $lb/asy + # also copy in i386-linux binary from build machine (not any more). + #lb=$xb/x86_64-linux + #$cp bin/asy $lb/ + #strip $lb/asy cd $xist/doc/man make ci="$xu/README \ $xy \ - $xb/i386-linux $lb $pg/asymptote/ \ + $pg/asymptote* \ $xist/doc/info/ $xist/doc/man $xist/doc/asymptote \ $xist/asymptote/ $xist/tex/*/asymptote" diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt index 333e632c884..8d4cfaba1ff 100644 --- a/Master/tlpkg/doc/releng.txt +++ b/Master/tlpkg/doc/releng.txt @@ -173,15 +173,20 @@ M. As work proceeds, update the doc: Consider updates of core man pages in Build/source/texk/web2c/man. Remake updmap,fmtutil man pages with help2man: make -C Build/source/Work/texk/texlive/tl_scripts xupdmap.1 xfmtutil.1 - They must be moved from /tmp into Master by hand. - Also update ~www/texlive/doc/*.html: groff -mandoc -Thtml fmtutil.1 + They must be moved from /tmp into Master by hand: + mv /tmp/xupdmap.1 $x1/updmap.1 + mv /tmp/xfmtutil.1 $x1/fmtutil.1 + Also update ~www/texlive/doc/*.html (groff -mandoc -Thtml fmtutil.1): + mv /tmp/xupdmap.1.html $lw/doc/updmap.html + mv /tmp/xfmtutil.1.html $lw/doc/fmtutil.html Texinfo manuals from Build to Master: - tl-update-txi # then commit in texmf-dist/doc + tl-update-txi Man pages from Build to Master (after doing a build): tl-update-man # then run make in texmf-dist/doc/man # and check /tmp/so.rules against man1/Makefile Update texdoc Data.tlpdb.lua. + Don't forget commit in texmf-dist/doc. N. Really test during pretest (really! don't leave it for Knuth to do!): .fmt's sharable across endian-different platforms (including luatex). |