From 22104ac51831a6e489577312bd33089b1b6d1842 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Sat, 7 Nov 2015 01:48:43 -0500 Subject: [PATCH] Fix a Makfile.am typo preventing "make lyxdist" Thanks to Vincent. --- src/tex2lyx/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tex2lyx/Makefile.am b/src/tex2lyx/Makefile.am index 3471d012c5..d5ce4cb3f3 100644 --- a/src/tex2lyx/Makefile.am +++ b/src/tex2lyx/Makefile.am @@ -33,7 +33,7 @@ TEST_FILES = \ test/foo.eps \ test/foo.png \ test/test-insets.tex \ - test/test-insets-basic.lyx \ + test/test-insets-basic.tex \ test/test.ltx \ test/test-memoir.tex \ test/test-modules.tex \ -- 2.39.2