aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Bennett <spb@gentoo.org>2007-06-25 17:33:30 +0000
committerStephen Bennett <spb@gentoo.org>2007-06-25 17:33:30 +0000
commitb8724efd924a6aa116448cba4f181dbad4dcb065 (patch)
tree1f22664ffc53a826b2dbe7fd15be286fb2c890e7
parentAdd icons that were in plasmaroo's devspace (diff)
downloaddevmanual-b8724efd924a6aa116448cba4f181dbad4dcb065.tar.gz
devmanual-b8724efd924a6aa116448cba4f181dbad4dcb065.tar.bz2
devmanual-b8724efd924a6aa116448cba4f181dbad4dcb065.zip
don't kill png files in icons/ on clean
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@105 176d3534-300d-0410-8db8-84e73ed771c3
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9a5db50..0540b68 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ all: transform
clean:
@find -name "index.html" | xargs rm
- @find -name "*.png" | xargs rm
+ @find -name "*.png" |grep -v icons | xargs rm
transform:
@for file in $$(find -name text.xml) ; do \