From 199980412b6354937438b5b37e02a63f73aa696a Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Mon, 8 Aug 2022 10:13:23 +0200 Subject: [PATCH] Install icon.aliases in images/ where it is searched --- lib/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 33120fec84..a93df84c30 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -8,7 +8,7 @@ EXTRA_DIST = examples/CMakeLists.txt scripts/CMakeLists.txt examples/README.new_ dist_pkgdata_DATA = CREDITS autocorrect chkconfig.ltx \ encodings layouttranslations languages latexfonts RELEASE-NOTES \ - symbols syntax.default unicodesymbols images/icon.aliases + symbols syntax.default unicodesymbols # We use DATA now instead of PYTHON because automake 1.11.2 complains. # Note that we "chmod 755" manually this file in install-data-hook. @@ -740,7 +740,8 @@ dist_images_DATA = \ images/banner.png \ $(dist_images_DATA1X) \ $(dist_images_DATA2X) \ - $(dist_images_DATA3X) + $(dist_images_DATA3X) \ + images/icon.aliases imagesmathdir = $(imagesdir)/math dist_imagesmath_DATA = \ -- 2.39.2