summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-09-11 22:41:59 +0000
committerKarl Berry <karl@freefriends.org>2022-09-11 22:41:59 +0000
commit070d3afc29d5055179d68df94ccce4dac0830039 (patch)
tree532e63ca0ce0bf0d9c123d02ad2fc7aefe07bc06
parent6f4da77800076bef8c7b7f0c565a8f9bd6056792 (diff)
less generic names for bibtex8 doc files; GUT links for bibtexu
git-svn-id: svn://tug.org/texlive/trunk@64353 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/bibtex-x/00bibtex8-history.txt (renamed from Build/source/texk/bibtex-x/HISTORY)2
-rw-r--r--Build/source/texk/bibtex-x/00bibtex8-readme.txt (renamed from Build/source/texk/bibtex-x/00readme.txt)0
-rw-r--r--Build/source/texk/bibtex-x/01bibtexu-doc/README19
-rw-r--r--Build/source/texk/bibtex-x/Makefile.am4
-rw-r--r--Build/source/texk/bibtex-x/Makefile.in4
5 files changed, 16 insertions, 13 deletions
diff --git a/Build/source/texk/bibtex-x/HISTORY b/Build/source/texk/bibtex-x/00bibtex8-history.txt
index 7a7daf1c0de..1f51c20c207 100644
--- a/Build/source/texk/bibtex-x/HISTORY
+++ b/Build/source/texk/bibtex-x/00bibtex8-history.txt
@@ -6,6 +6,8 @@ FILE: HISTORY
8-Bit BibTeX CHANGE HISTORY
---------------------------
+(For later changes, see the ./ChangeLog file.)
+
v4.00 29-April-2022 TANAKA Takuji
- Added operators bitwise AND "&" and bitwise OR "|" to built-in
functions in style files.
diff --git a/Build/source/texk/bibtex-x/00readme.txt b/Build/source/texk/bibtex-x/00bibtex8-readme.txt
index f680979d942..f680979d942 100644
--- a/Build/source/texk/bibtex-x/00readme.txt
+++ b/Build/source/texk/bibtex-x/00bibtex8-readme.txt
diff --git a/Build/source/texk/bibtex-x/01bibtexu-doc/README b/Build/source/texk/bibtex-x/01bibtexu-doc/README
index 41b0959c5f5..07f5e47bd73 100644
--- a/Build/source/texk/bibtex-x/01bibtexu-doc/README
+++ b/Build/source/texk/bibtex-x/01bibtexu-doc/README
@@ -22,21 +22,23 @@ on 2009-11-21 [2, 3].
References:
[1] http://omega2.enstb.org/yannis/ (dead link)
- [2] https://www.gutenberg.eu.org/Journee-GUTenberg-2009
- [3] Lettre GUTenberg 36 published in 2010
-
+ [2] https://www.gutenberg-asso.fr/Journee-GUTenberg-2009
+ [3] https://www.gutenberg-asso.fr/Lettre-GUTenberg-36 (abstract of talk)
Status of BibTeXu in TeX Live
=============================
-BibTeXu has been integrated into TeX Live 2010.
-The one shipped with TL is updated so that BibTeX, BibTeX8 and BibTeXu
+BibTeXu was originally integrated into TeX Live 2010.
+A (minimal) man page for it is included. Besides this README, we are not
+aware of any other documentation for it.
+
+The version shipped with TL is updated so that BibTeX, BibTeX8 and BibTeXu
share more or less the same behavior wrt memory allocation, etc.
Peter Breitenlohner put in the massive efforts needed to make this
work in the TL build system and use the same ICU library as XeTeX.
The BibTeXu that shipped with TL did not work as expected before 2018,
-but in 2019 a rework started and it works perfectly again since 2022.
+but in 2019 a rework started and it works reasonably well since 2022.
The files in examples/ show the expected behavior:
* test.tex: the input XeLaTeX source, which uses a Unicode font
@@ -52,6 +54,5 @@ by executing the following lines:
$ bibtexu -l fr -o fr test
$ xelatex test
-
-This README file was written by TeX Live team, on 2022-09-10.
-Public domain.
+This README file was written by the TeX Live team. Public domain.
+$Id$
diff --git a/Build/source/texk/bibtex-x/Makefile.am b/Build/source/texk/bibtex-x/Makefile.am
index 152df331bfa..7b634646f61 100644
--- a/Build/source/texk/bibtex-x/Makefile.am
+++ b/Build/source/texk/bibtex-x/Makefile.am
@@ -69,8 +69,8 @@ dist_csf_DATA = \
btdocdir = $(datarootdir)/texmf-dist/doc/bibtex8
dist_btdoc_DATA = \
- 00readme.txt \
- HISTORY \
+ 00bibtex8-readme.txt \
+ 00bibtex8-history.txt \
file_id.diz \
csf/csfile.txt
diff --git a/Build/source/texk/bibtex-x/Makefile.in b/Build/source/texk/bibtex-x/Makefile.in
index 23ce1cb6bc3..dfb2a14d277 100644
--- a/Build/source/texk/bibtex-x/Makefile.in
+++ b/Build/source/texk/bibtex-x/Makefile.in
@@ -651,8 +651,8 @@ dist_csf_DATA = \
btdocdir = $(datarootdir)/texmf-dist/doc/bibtex8
dist_btdoc_DATA = \
- 00readme.txt \
- HISTORY \
+ 00bibtex8-readme.txt \
+ 00bibtex8-history.txt \
file_id.diz \
csf/csfile.txt