projects
/
mailshears.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df4e02e
)
Remove HTML docs with `rake clean`.
author
Michael Orlitzky
<michael@orlitzky.com>
Sun, 8 Nov 2015 03:34:56 +0000
(22:34 -0500)
committer
Michael Orlitzky
<michael@orlitzky.com>
Sun, 8 Nov 2015 03:34:56 +0000
(22:34 -0500)
Rakefile
patch
|
blob
|
history
diff --git
a/Rakefile
b/Rakefile
index 9e8d91d50618b6819f10191f989c7188464e8581..a9b348e70cfe022a9ad841f18d67ca23c4d45995 100644
(file)
--- a/
Rakefile
+++ b/
Rakefile
@@
-2,7
+2,7
@@
require 'rake/testtask'
desc 'Clean up generated files'
task :clean do
- sh 'rm -
f *.gem
'
+ sh 'rm -
rf *.gem doc/html
'
end