Distribute only the LaTeX PDF test file and keep it updated
This commit is contained in:
@ -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-lines.tex`: _Text input to test line numbering._
|
||||||
* `data-reledmac.tex`: _Text input for *reledmac*._
|
* `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._
|
* `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.pdf`: _Test file generated with LaTeX._
|
||||||
* `main-test_latex.pdf`: _Test file generated with LaTeX._
|
* `main-test.tex`: _Main test file (can also be compiled with ConTeXt)._
|
||||||
* `main-test.tex`: _Main test file._
|
|
||||||
* `Makefile`: _Provides targets to generate the test file (`test` for LaTeX, `test-context`) and to `check` its correctness._
|
* `Makefile`: _Provides targets to generate the test file (`test` for LaTeX, `test-context`) and to `check` its correctness._
|
||||||
* `validated_output`: _Used by `make check`._
|
* `validated_output`: _Used by `make check`._
|
||||||
* `tex/`
|
* `tex/`
|
||||||
|
@ -37,7 +37,8 @@ for file in crossrefenum.md crossrefenum.pdf fixes.lua LICENSE_FDL_1-3.md Makefi
|
|||||||
done
|
done
|
||||||
|
|
||||||
cd ../test
|
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
|
ln -s ../../test/$file $file
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user