summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-03-28 17:55:13 +0000
committerKarl Berry <karl@freefriends.org>2017-03-28 17:55:13 +0000
commitd56ae4d233bc34232b04ca2acd9b7c56c3926741 (patch)
treed479a3646e25440db28052ed4b05b2f576199106 /Build
parent4ae185f6e41cacc0bc25f9cfbf25a5f5ae154d6c (diff)
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@43628 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/kpathsea/PROJECTS8
-rw-r--r--Build/source/texk/texlive/tl_scripts/ChangeLog4
-rw-r--r--Build/source/texk/texlive/tl_scripts/Makefile.am8
-rw-r--r--Build/source/texk/texlive/tl_scripts/Makefile.in4
4 files changed, 19 insertions, 5 deletions
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 <karl@tug.org>
+
+ * Makefile.am (xupdmap.1,xfmtutil.1): also make /tmp/*.html.
+
2016-03-18 Karl Berry <karl@tug.org>
* 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
#