diff options
author | Colomban Wendling <[email protected]> | 2024-04-16 14:41:35 +0200 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2024-04-23 08:51:53 -0400 |
commit | 33f05a252cd2f8f39eaa0fb6df9210c47995ac0e (patch) | |
tree | b24990d94b8658fe83685ee0f53bcc35bc6dabc1 /data/icons/64x64 | |
parent | c5b2dfc82baeaa998b414fc90efcc15f11f17925 (diff) | |
download | atril-master.tar.bz2 atril-master.tar.xz |
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.
Diffstat (limited to 'data/icons/64x64')
-rw-r--r-- | data/icons/64x64/Makefile.am | 4 | ||||
-rw-r--r-- | data/icons/64x64/apps/Makefile.am | 16 |
2 files changed, 0 insertions, 20 deletions
diff --git a/data/icons/64x64/Makefile.am b/data/icons/64x64/Makefile.am deleted file mode 100644 index 237e2099..00000000 --- a/data/icons/64x64/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -SUBDIRS = apps - - --include $(top_srcdir)/git.mk diff --git a/data/icons/64x64/apps/Makefile.am b/data/icons/64x64/apps/Makefile.am deleted file mode 100644 index 6aa2c49e..00000000 --- a/data/icons/64x64/apps/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -themedir = $(datadir)/icons/hicolor -size = 64x64 -context = apps - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - atril.png - -noinst_DATA = - -EXTRA_DIST = \ - $(icons_DATA) \ - $(noinst_DATA) - --include $(top_srcdir)/git.mk |