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/128x128/Makefile.am | |
parent | c5b2dfc82baeaa998b414fc90efcc15f11f17925 (diff) | |
download | atril-33f05a252cd2f8f39eaa0fb6df9210c47995ac0e.tar.bz2 atril-33f05a252cd2f8f39eaa0fb6df9210c47995ac0e.tar.xz |
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.
Diffstat (limited to 'data/icons/128x128/Makefile.am')
-rw-r--r-- | data/icons/128x128/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/data/icons/128x128/Makefile.am b/data/icons/128x128/Makefile.am deleted file mode 100644 index 237e2099..00000000 --- a/data/icons/128x128/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -SUBDIRS = apps - - --include $(top_srcdir)/git.mk |