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/mimetypes/Makefile.am | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 data/icons/24x24/mimetypes/Makefile.am (limited to 'data/icons/24x24/mimetypes/Makefile.am') diff --git a/data/icons/24x24/mimetypes/Makefile.am b/data/icons/24x24/mimetypes/Makefile.am deleted file mode 100644 index b4025de3..00000000 --- a/data/icons/24x24/mimetypes/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -themedir = $(pkgdatadir)/icons/hicolor -size = 24x24 -context = mimetypes - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - x-office-presentation.png - -noinst_DATA = - -EXTRA_DIST = \ - $(icons_DATA) \ - $(noinst_DATA) - --include $(top_srcdir)/git.mk -- cgit v1.2.1