From: Scott Kostyshak Date: Sat, 7 Nov 2015 06:48:43 +0000 (-0500) Subject: Fix a Makfile.am typo preventing "make lyxdist" X-Git-Tag: 2.2.0alpha1~51 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=22104ac51831a6e489577312bd33089b1b6d1842;p=features.git Fix a Makfile.am typo preventing "make lyxdist" Thanks to Vincent. --- 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 \