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-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/`
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user