X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.am;h=a96ae2fb7a403b463750230c175e172836882f87;hb=55a3dd7b346d29a52ba305a4558e9e380ef50f47;hp=93e03e7af32352393594da0f41ef043ddd8ecad2;hpb=097fb4f06d2fa8a867ccadeeb6f006aa862f658f;p=lyx.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 93e03e7af3..a96ae2fb7a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1606,6 +1606,19 @@ dist_tex_DATA = \ tex/lyxskak.sty \ tex/revtex.cls +if !INSTALL_WINDOWS +if !INSTALL_MACOSX +# install application icons. The 'hicolor' theme is the default theme +# where applications themselves should install their icons. +scalableappiconsdir = $(datadir)/icons/hicolor/scalable/apps +scalableappicons_DATA = images/lyx.svg + +fixedappiconsdir = $(datadir)/icons/hicolor/48x48/apps +fixedappicons_DATA = images/lyx.png + +endif +endif + # subscript.sty is not in dist_tex_DATA since we don't want to install it # (it is part of TeXLive). We include it in our source package only so that # packagers may decide to install it (e.g. for MikTeX).