From 52e0e12f8fc7af6174b976def3572439f9216ba9 Mon Sep 17 00:00:00 2001 From: Bastien Dumont Date: Thu, 7 Aug 2025 21:30:50 +0200 Subject: [PATCH] Distribute only the LaTeX PDF test file and keep it updated --- README.md | 5 ++--- release-to-CTAN.sh | 3 ++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 758e3e7..294daf4 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,8 @@ the key-value configuration interface in favor of the native configuration macro * `data-lines.tex`: _Text input to test line numbering._ * `data-reledmac.tex`: _Text input for *reledmac*._ * `format-specific-defs.tex`: _Definition of the macros used in the test and data files that depend on format-specific macros._ - * `main-test_context.pdf`: _Test file generated with ConTeXt._ - * `main-test_latex.pdf`: _Test file generated with LaTeX._ - * `main-test.tex`: _Main test file._ + * `main-test.pdf`: _Test file generated with LaTeX._ + * `main-test.tex`: _Main test file (can also be compiled with ConTeXt)._ * `Makefile`: _Provides targets to generate the test file (`test` for LaTeX, `test-context`) and to `check` its correctness._ * `validated_output`: _Used by `make check`._ * `tex/` diff --git a/release-to-CTAN.sh b/release-to-CTAN.sh index 7adc23e..753839c 100755 --- a/release-to-CTAN.sh +++ b/release-to-CTAN.sh @@ -37,7 +37,8 @@ for file in crossrefenum.md crossrefenum.pdf fixes.lua LICENSE_FDL_1-3.md Makefi done cd ../test -for file in config-crossrefenum.tex config-formats.tex data-common.tex data-lines.tex data-reledmac.tex format-specific-defs.tex main-test_context.pdf main-test_latex.pdf main-test.tex Makefile validated-output ; do +cd ../../test/ && make check ; cd - +for file in config-crossrefenum.tex config-formats.tex data-common.tex data-lines.tex data-reledmac.tex format-specific-defs.tex main-test.pdf main-test.tex Makefile validated-output ; do ln -s ../../test/$file $file done