From 0637e9d19fb5e3db7b5d27d3dcea14c3ad80ad98 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Thu, 19 Jan 2017 16:42:43 -0800 Subject: [PATCH] Fix make distcheck, step1. This only let tarball creation to proceed, whether there is something new needed by autotest needs to be tested by anyone who is in charge. --- autotests/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/autotests/Makefile.am b/autotests/Makefile.am index 9f583363c9..968ccea2f1 100644 --- a/autotests/Makefile.am +++ b/autotests/Makefile.am @@ -4,14 +4,14 @@ EXTRA_DIST = $(TEST_FILES) TEST_FILES = \ export/IncludeMissingEndTagDiv.lyx \ - export/ja/wrong_auto_encoding.lyx \ - export/languagenesting1.lyx \ - export/languagenesting2.lyx \ - export/LongestLabelWithUnderscore.lyx \ + export/latex/ja_wrong_auto_encoding.lyx \ + export/latex/languagenesting1.lyx \ + export/latex/languagenesting2.lyx \ + export/latex/LongestLabelWithUnderscore.lyx \ export/MissingEndLayoutBetweenTables.lyx \ export/MissingEndTagDiv.lyx \ - export/TableErrorIfSlovakTextInserted.lyx \ - export/utf8-plain-with-tex-fonts.lyx \ + export/latex/TableErrorIfSlovakTextInserted.lyx \ + export/latex/utf8-plain-with-tex-fonts.lyx \ export/WrongDfnTagHandling.lyx \ mathmacros/architecture.lyx \ mathmacros/architecture.lyx \