put tex2lyx test files in their own directory

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27909 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2008-12-17 14:53:26 +00:00
parent 58aa53ee10
commit d1281bcec7
8 changed files with 11 additions and 8 deletions

View File

@ -1,6 +1,6 @@
include $(top_srcdir)/config/common.am include $(top_srcdir)/config/common.am
EXTRA_DIST = tex2lyx.man test-structure.tex test-insets.tex EXTRA_DIST = tex2lyx.man $(TEST_FILES)
EXTRA_DIST += pch.h EXTRA_DIST += pch.h
DISTCLEANFILES += tex2lyx.1 DISTCLEANFILES += tex2lyx.1
@ -19,14 +19,17 @@ bin_PROGRAMS = tex2lyx
DEFAULT_INCLUDES = DEFAULT_INCLUDES =
AM_CPPFLAGS += \ AM_CPPFLAGS += -DTEX2LYX $(PCH_FLAGS) -I$(top_srcdir)/src/tex2lyx \
-DTEX2LYX \ -I$(top_srcdir)/src -I$(top_builddir) $(BOOST_INCLUDES)
$(PCH_FLAGS) \
-I$(top_srcdir)/src/tex2lyx \
-I$(top_srcdir)/src \
-I$(top_builddir) \
$(BOOST_INCLUDES)
TEST_FILES = \
test/box-color-size-space-align.tex \
test/DummyDocument.tex \
test/foo.eps \
test/foo.png \
test/test-insets.tex \
test/test.ltx \
test/test-structure.tex
LINKED_FILES = \ LINKED_FILES = \
../FloatList.cpp \ ../FloatList.cpp \

View File

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB