From d56ae4d233bc34232b04ca2acd9b7c56c3926741 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 28 Mar 2017 17:55:13 +0000 Subject: doc,sync git-svn-id: svn://tug.org/texlive/trunk@43628 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/PROJECTS | 8 ++++++-- Build/source/texk/texlive/tl_scripts/ChangeLog | 4 ++++ Build/source/texk/texlive/tl_scripts/Makefile.am | 8 +++++--- Build/source/texk/texlive/tl_scripts/Makefile.in | 4 ++++ 4 files changed, 19 insertions(+), 5 deletions(-) (limited to 'Build') diff --git a/Build/source/texk/kpathsea/PROJECTS b/Build/source/texk/kpathsea/PROJECTS index 61365a78da6..4db45d395de 100644 --- a/Build/source/texk/kpathsea/PROJECTS +++ b/Build/source/texk/kpathsea/PROJECTS @@ -5,11 +5,15 @@ please send mail to tex-k@tug.org first. Kpathsea has never officially been released as a standalone library, even though in practice it is used that way by OS distributions. -Perhaps it would be good to support a standalone release. +It would be good to support a standalone release. + +It would be cleaner to always do a case-insensitive search for all +suffixes, instead explicitly listing (for example) both ".otf" and ".OTF". For multiple texmf.cnf files (or multiple dvips configuration files), replace extra :'s by the value from the next file in the path, rather -than the value from the next level. +than the value from the next level. But compatibility probably requires +that this not be done. Support runtime registration of file types to search for, not just compile-time. Either by a procedure call, or by reading a configuration diff --git a/Build/source/texk/texlive/tl_scripts/ChangeLog b/Build/source/texk/texlive/tl_scripts/ChangeLog index e152f31dc37..ae0ef904002 100644 --- a/Build/source/texk/texlive/tl_scripts/ChangeLog +++ b/Build/source/texk/texlive/tl_scripts/ChangeLog @@ -1,3 +1,7 @@ +2017-03-28 Karl Berry + + * Makefile.am (xupdmap.1,xfmtutil.1): also make /tmp/*.html. + 2016-03-18 Karl Berry * texconfig-dialog.sh (cleanup): termCtl ctl rather than reset, diff --git a/Build/source/texk/texlive/tl_scripts/Makefile.am b/Build/source/texk/texlive/tl_scripts/Makefile.am index c4ed887e197..1773f76793c 100644 --- a/Build/source/texk/texlive/tl_scripts/Makefile.am +++ b/Build/source/texk/texlive/tl_scripts/Makefile.am @@ -101,20 +101,22 @@ dist_web2c_DATA = fmtutil.cnf ## Generate the updmap/fmtutil man page using help2man plus a bit of ## handwritten material. But don't actually update updmap/fmtutil.1, ## since we don't want to require help2man for an install. Leave that -## to be done by hand. +## to be done by hand (see tlpkg/doc/releng.txt). EXTRA_DIST += updmap.help2man fmtutil.help2man .PHONY: xmans xupdmap.1 xfmtutil.1 xmans: xupdmap.1 xfmtutil.1 Master_dir = $(top_srcdir)/../../../../Master tl_scripts_dir = $(Master_dir)/texmf-dist/scripts/texlive -## +# xupdmap.1: updmap.help2man $(tl_scripts_dir)/updmap.pl help2man --include=$< --source="TeX Live" --no-info \ $(tl_scripts_dir)/updmap.pl >/tmp/$@ -## + groff -mandoc -Thtml /tmp/$@ >/tmp/$@.html +# xfmtutil.1: fmtutil.help2man $(tl_scripts_dir)/fmtutil.pl help2man --include=$< --source="TeX Live" --no-info \ $(tl_scripts_dir)/fmtutil.pl >/tmp/$@ + groff -mandoc -Thtml /tmp/$@ >/tmp/$@.html ## diff --git a/Build/source/texk/texlive/tl_scripts/Makefile.in b/Build/source/texk/texlive/tl_scripts/Makefile.in index 107e94b63c6..300e2e32883 100644 --- a/Build/source/texk/texlive/tl_scripts/Makefile.in +++ b/Build/source/texk/texlive/tl_scripts/Makefile.in @@ -865,12 +865,16 @@ uninstall-man1-links: done .PHONY: xmans xupdmap.1 xfmtutil.1 xmans: xupdmap.1 xfmtutil.1 +# xupdmap.1: updmap.help2man $(tl_scripts_dir)/updmap.pl help2man --include=$< --source="TeX Live" --no-info \ $(tl_scripts_dir)/updmap.pl >/tmp/$@ + groff -mandoc -Thtml /tmp/$@ >/tmp/$@.html +# xfmtutil.1: fmtutil.help2man $(tl_scripts_dir)/fmtutil.pl help2man --include=$< --source="TeX Live" --no-info \ $(tl_scripts_dir)/fmtutil.pl >/tmp/$@ + groff -mandoc -Thtml /tmp/$@ >/tmp/$@.html .PHONY: run-texlinks # -- cgit v1.2.3