]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Makefile.am
tex2lyx roundtrip: Ignore the lyx-version which created
[lyx.git] / src / tex2lyx / Makefile.am
index b1f567598e1bd048061067840cdcf8dd40ce834a..9ebbdc0fde7985ed466f3243f5c1d0402af51cf4 100644 (file)
@@ -14,9 +14,9 @@ man_MANS = tex2lyx.1
 
 bin_PROGRAMS = tex2lyx
 
-DEFAULT_INCLUDES = 
+DEFAULT_INCLUDES =
 
-AM_CPPFLAGS += -DTEX2LYX $(PCH_FLAGS) -I$(top_srcdir)/src/tex2lyx \
+AM_CPPFLAGS += -DTEX2LYX -DNO_LAYOUT_CSS $(PCH_FLAGS) -I$(top_srcdir)/src/tex2lyx \
        -I$(top_srcdir)/src -I$(top_builddir) $(BOOST_INCLUDES)
 
 TEST_FILES = \
@@ -26,13 +26,12 @@ TEST_FILES = \
        test/CJKutf8.tex \
        test/DummyDocument.tex \
        test/Dummy~Document.tex \
-       test/Dummy\ Document.tex \
        test/foo.eps \
        test/foo.png \
        test/test-insets.tex \
        test/test.ltx \
        test/test-modules.tex \
-       test/test-refstyle-references.tex \
+       test/test-refstyle-theorems.tex \
        test/test-structure.tex \
        test/verbatim.tex \
        test/XeTeX-polyglossia.tex \
@@ -46,13 +45,12 @@ TEST_RESULTS = \
        test/CJKutf8.lyx.lyx \
        test/DummyDocument.lyx.lyx \
        test/Dummy~Document.lyx.lyx \
-       test/Dummy\ Document.lyx.lyx \
        test/test-insets.lyx.lyx \
        test/test.lyx.lyx \
        test/test-modules.lyx.lyx \
-       test/test-refstyle-references.lyx.lyx \
+       test/test-refstyle-theorems.lyx.lyx \
        test/test-structure.lyx.lyx \
-       test/verbatim..lyx.lyx \
+       test/verbatim.lyx.lyx \
        test/XeTeX-polyglossia.lyx.lyx
 
 TESTS = test/runtests.py
@@ -102,7 +100,7 @@ tex2lyx_SOURCES = \
 
 tex2lyx_LDADD = \
        $(top_builddir)/src/support/liblyxsupport.a \
-       $(INTLLIBS) $(LIBICONV) $(BOOST_LIBS) \
+       $(LIBICONV) $(BOOST_LIBS) \
        $(QT4_LIB) $(QT4_LDFLAGS) \
        @LIBS@ $(LIBSHLWAPI) $(LIBPSAPI)