From: Enrico Forestieri Date: Sun, 22 Mar 2015 22:16:05 +0000 (+0100) Subject: Also install oxygen math svg icons. X-Git-Tag: 2.2.0alpha1~1118 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=eb5e8aba5e64b8cdadb2a89c60b337d41edb4607;p=lyx.git Also install oxygen math svg icons. These icons have no png counterpart and hence are not catched by the shortcuts. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index b89e8ed2f9..1abcae3c28 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1710,6 +1710,17 @@ dist_imagesoxygen_DATA = \ ${dist_imagesoxygen_DATA1X} \ ${dist_imagesoxygen_DATA2X} +imagesmathoxygendir = $(imagesdir)/math/oxygen +dist_imagesmathoxygen_DATA = \ + images/math/oxygen/cases.svgz \ + images/math/oxygen/delim.svgz \ + images/math/oxygen/font.svgz \ + images/math/oxygen/frac.svgz \ + images/math/oxygen/frac-square.svgz \ + images/math/oxygen/functions.svgz \ + images/math/oxygen/space.svgz \ + images/math/oxygen/style.svgz + imagesclassicdir = $(imagesdir)/classic dist_imagesclassic_DATA = \ images/classic/all-changes-accept.png \