From 33f05a252cd2f8f39eaa0fb6df9210c47995ac0e Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Tue, 16 Apr 2024 14:41:35 +0200 Subject: Cleanup icons Makefile Replace full-subdirs with a single Makefile for all icons, making things both simpler and more concise. Also, properly use Automake variable prefixes instead of doing it manually. --- data/icons/24x24/actions/Makefile.am | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 data/icons/24x24/actions/Makefile.am (limited to 'data/icons/24x24/actions/Makefile.am') diff --git a/data/icons/24x24/actions/Makefile.am b/data/icons/24x24/actions/Makefile.am deleted file mode 100644 index f44f8b6b..00000000 --- a/data/icons/24x24/actions/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ -themedir = $(pkgdatadir)/icons/hicolor -size = 24x24 -context = actions - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - stock_filters-invert.png \ - view-page-continuous.png \ - view-page-facing.png \ - zoom.png \ - zoom-fit-height.png \ - zoom-fit-width.png \ - object-rotate-left.png \ - object-rotate-right.png - -noinst_DATA = - -EXTRA_DIST = \ - $(icons_DATA) \ - $(noinst_DATA) - --include $(top_srcdir)/git.mk -- cgit v1.2.1