From 7fa849657e26b4b35f041534a492f51e5db9d7f7 Mon Sep 17 00:00:00 2001 From: John Levon Date: Thu, 29 Aug 2002 08:31:52 +0000 Subject: [PATCH] install mathed icons git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5166 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 4 ++++ lib/Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 6079c0d936..22fa4f6f1c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2002-08-29 John Levon + + * Makefile.am: install mathed icons + 2002-08-29 John Levon * images/math/: add all icons except AMS nrel diff --git a/lib/Makefile.am b/lib/Makefile.am index 939006f191..7ca34e88c2 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -12,7 +12,7 @@ DOCDIST = doc/LyXConfig.lyx* DOCINST = doc/*.lyx doc/*.eps doc/*.lyx.in EXAMPLES = examples/*.lyx examples/*.fen HELP = help/*.hlp -IMAGES = images/*.xpm +IMAGES = images/*.xpm images/math/*.xpm KBD = kbd/*.kmap kbd/*.cdef LAYOUT = layouts/*.layout layouts/*.inc LYXSCRIPTS = configure configure.cmd scripts/* @@ -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 kbd layouts scripts \ +LYXLIBDIRS = bind clipart doc examples help images images/math kbd layouts scripts \ templates tex ui EXTRA_DIST = CREDITS chkconfig.ltx configure.cmd lyxrc.example \ -- 2.39.2