commit:     bc9e43f1d17780ad7133a1cd90910621f4e41540
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 12 09:47:07 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 12 09:47:07 2019 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=bc9e43f1

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 <AT> gentoo.org>

 Makefile                            |   2 +-
 icons/icon_mini-creativecommons.png | Bin 468 -> 0 bytes
 icons/icon_mini-css.png             | Bin 342 -> 0 bytes
 icons/icon_mini-gentoo.png          | Bin 653 -> 0 bytes
 icons/icon_mini-xhtml.png           | Bin 412 -> 0 bytes
 icons/icon_mini-xml.png             | Bin 279 -> 0 bytes
 6 files changed, 1 insertion(+), 1 deletion(-)

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

diff --git a/icons/icon_mini-creativecommons.png 
b/icons/icon_mini-creativecommons.png
deleted file mode 100644
index f50c656..0000000
Binary files a/icons/icon_mini-creativecommons.png and /dev/null differ

diff --git a/icons/icon_mini-css.png b/icons/icon_mini-css.png
deleted file mode 100644
index 44d3ead..0000000
Binary files a/icons/icon_mini-css.png and /dev/null differ

diff --git a/icons/icon_mini-gentoo.png b/icons/icon_mini-gentoo.png
deleted file mode 100644
index 4eb1426..0000000
Binary files a/icons/icon_mini-gentoo.png and /dev/null differ

diff --git a/icons/icon_mini-xhtml.png b/icons/icon_mini-xhtml.png
deleted file mode 100644
index 29fd40e..0000000
Binary files a/icons/icon_mini-xhtml.png and /dev/null differ

diff --git a/icons/icon_mini-xml.png b/icons/icon_mini-xml.png
deleted file mode 100644
index 07c1ec5..0000000
Binary files a/icons/icon_mini-xml.png and /dev/null differ

Reply via email to