aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-11-12 10:47:07 +0100
committerUlrich Müller <ulm@gentoo.org>2019-11-12 10:47:07 +0100
commitbc9e43f1d17780ad7133a1cd90910621f4e41540 (patch)
treea6c367e84408977e3d4faaae1d1a0d0d8c970a10 /Makefile
parentbin/gen-eclass-html.sh: Work for all common compression methods (diff)
downloaddevmanual-bc9e43f1d17780ad7133a1cd90910621f4e41540.tar.gz
devmanual-bc9e43f1d17780ad7133a1cd90910621f4e41540.tar.bz2
devmanual-bc9e43f1d17780ad7133a1cd90910621f4e41540.zip
icons: Remove unused icons.
These are no longer used since the change to the new layout in 2014, commit 6115f4707e2c7b07d418ae2dd3e2673f326c25e5. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a61128b..8742a68 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ prereq:
convert $< $@
clean:
- @find . -name "*.png" -a \! -path "./icons/*" -exec rm -v {} +
+ @find . -name "*.png" -exec rm -v {} +
@find . -name "index.html" -exec rm -v {} +
# Given a directory with text.xml in it, return its immediate children as prerequisites