mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 13:46:43 +00:00
34e1b432e3
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6091 a592a061-630c-0410-9148-cb99ea01b6c8
8 lines
138 B
Makefile
8 lines
138 B
Makefile
include $(top_srcdir)/config/common.am
|
|
|
|
INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
|
|
|
|
bin_PROGRAMS = tex2lyx
|
|
|
|
tex2lyx_SOURCES = tex2lyx.C
|