commit 0637e9d19fb5e3db7b5d27d3dcea14c3ad80ad98
Author: Pavel Sanda <[email protected]>
Date:   Thu Jan 19 16:42:43 2017 -0800

    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 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/autotests/Makefile.am b/autotests/Makefile.am
index 9f58336..968ccea 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 \

Reply via email to