From: Dekel Tsur Date: Wed, 25 Sep 2002 12:45:02 +0000 (+0000) Subject: Patch from Georg Baum for installing lyx2lyx files. X-Git-Tag: 1.6.10~18233 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3b112151cc5b429c49023935fe0754ca09b6acee;p=features.git Patch from Georg Baum for installing lyx2lyx files. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5343 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 88edca9e5e..463976830b 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2002-09-25 Dekel Tsur + + * Makefile.am: Patch from Georg Baum for installing lyx2lyx files. + 2002-09-17 Dekel Tsur * layouts/lyxmacros.inc: Patch from Gady Kozma. diff --git a/lib/Makefile.am b/lib/Makefile.am index 7ca34e88c2..8b1302dd3a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -15,7 +15,7 @@ HELP = help/*.hlp IMAGES = images/*.xpm images/math/*.xpm KBD = kbd/*.kmap kbd/*.cdef LAYOUT = layouts/*.layout layouts/*.inc -LYXSCRIPTS = configure configure.cmd scripts/* +LYXSCRIPTS = configure configure.cmd scripts/* lyx2lyx/* TEMPL = templates/*.lyx TEXSUPPORT = tex/*.cls tex/*.sty UI = ui/*.ui @@ -30,7 +30,7 @@ pkgdata_DATA = lyxrc.example CREDITS chkconfig.ltx lyxrc.defaults \ textclass.lst packages.lst external_templates \ encodings languages symbols -LYXLIBDIRS = bind clipart doc examples help images images/math kbd layouts scripts \ +LYXLIBDIRS = bind clipart doc examples help images images/math kbd layouts lyx2lyx scripts \ templates tex ui EXTRA_DIST = CREDITS chkconfig.ltx configure.cmd lyxrc.example \