From eb5e8aba5e64b8cdadb2a89c60b337d41edb4607 Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Sun, 22 Mar 2015 23:16:05 +0100 Subject: [PATCH] Also install oxygen math svg icons. These icons have no png counterpart and hence are not catched by the shortcuts. --- lib/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 \ -- 2.39.2