summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bxjaholiday/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-09-28 20:40:39 +0000
committerKarl Berry <karl@freefriends.org>2021-09-28 20:40:39 +0000
commit32e9cc15036ab0c699d2fda6f846890fb43389e9 (patch)
tree69f691e646aca5dda1fbf12fdb75bc951d79b9a0 /Master/texmf-dist/doc/latex/bxjaholiday/README.md
parentfe334028b5c254c919a4ee67103800aba1f481e4 (diff)
bxjaholiday (28sep21)
git-svn-id: svn://tug.org/texlive/trunk@60636 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bxjaholiday/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/bxjaholiday/README.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/bxjaholiday/README.md b/Master/texmf-dist/doc/latex/bxjaholiday/README.md
index fb5a96e70a1..52c23bf39d7 100644
--- a/Master/texmf-dist/doc/latex/bxjaholiday/README.md
+++ b/Master/texmf-dist/doc/latex/bxjaholiday/README.md
@@ -26,19 +26,19 @@ You can easily build this package with [l3build](https://github.com/latex3/l3bui
* Installing the package to TEXMFHOME
```
-$ ./build.lua install --full
+$ l3build install --full
```
* Typesetting documentation
```
-$ ./build.lua doc
+$ l3build doc
```
* Running tests
```
-$ ./build.lua check
+$ l3build check
```
## License
@@ -47,17 +47,19 @@ This package is distributed under [the MIT license](./LICENSE).
## Revision History
-* Version 1.1.0 ‹2020/11/28›
+* Version 1.1.1 ‹2021-09-28›
+ * A bug fix
+* Version 1.1.0 ‹2020-11-28›
* Add Japanese documentation
* Support special cases in 2021
-* Version 1.0.0 ‹2019/02/03›
+* Version 1.0.0 ‹2019-02-03›
* Add documentation
* Rename `\g_bxjh_sport_tl` -> `\g_bxjh_sports_tl`
-* Version 0.2.0 ‹2019/01/27›
+* Version 0.2.0 ‹2019-01-27›
* Support special holidays in 2019
* Add new expl3 interface `\bxjh_apply_(next|prev)_day:Nnnn`
* Fix a potential bug
-* Version 0.1.0 ‹2018/12/03›
+* Version 0.1.0 ‹2018-12-03›
* The first public version
---