Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 32cb5390 | 2025-09-06 06:14:03 | Update all copyright notices. | ||
| 47574f7e | 2024-01-27 11:11:22 | Update all copyright notices. | ||
| 5c37b640 | 2023-03-02 20:53:21 | * configure: Use `sed` instead of `grep`. This is more portable and consistent with `autogen.sh`. | ||
| f19ab673 | 2023-02-26 07:27:31 | * configure: Don't hardcode `grep -E`. TeXLive still supports Solaris 5.10, where the system's `grep` doesn't accept the `-E` option. We thus introduce an `EGREP` variable that is set to either `grep -E` or `-egrep`. | ||
| 65f85237 | 2023-01-17 09:18:25 | Update all copyright notices. | ||
| 9a00282e | 2022-07-24 19:44:24 | * configure: s/egrep/grep -E/ `egrep` is deprecated. | ||
| d0cfb4e1 | 2022-01-11 10:54:10 | Update all copyright notices. | ||
| de9faa53 | 2021-10-18 21:03:38 | configure: Use string comparison for directory inodes. Inode values might be larger than integers supported by the shell. Fixes #1105. | ||
| b6e8a712 | 2021-01-17 07:18:48 | Update all copyright notices. | ||
| 13c0df80 | 2020-03-22 23:29:51 | [docs] Fix building docs if `srcdir' != `builddir'. `docs/reference/*' was moved one directory up in commit 237fed6. * builds/unix/unix-def.in (PIP): Remove variable. * configure: Create `docs' directory and copy assets from `docs/markdown'. * docs/README: Output directory is `reference'. |