mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-14 01:22:33 +00:00
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:
parent
58aa53ee10
commit
d1281bcec7
@ -1,6 +1,6 @@
|
||||
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
|
||||
|
||||
DISTCLEANFILES += tex2lyx.1
|
||||
@ -19,14 +19,17 @@ bin_PROGRAMS = tex2lyx
|
||||
|
||||
DEFAULT_INCLUDES =
|
||||
|
||||
AM_CPPFLAGS += \
|
||||
-DTEX2LYX \
|
||||
$(PCH_FLAGS) \
|
||||
-I$(top_srcdir)/src/tex2lyx \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_builddir) \
|
||||
$(BOOST_INCLUDES)
|
||||
AM_CPPFLAGS += -DTEX2LYX $(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 = \
|
||||
../FloatList.cpp \
|
||||
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
Loading…
Reference in New Issue
Block a user