git.wincent.com
/
mkdtemp.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54d2982
)
Rakefile: fix typo (cosmetic)
author
Wincent Colaiuta <win@wincent.com>
Sat, 21 Aug 2010 15:36:23 +0000
(17:36 +0200)
committer
Wincent Colaiuta <win@wincent.com>
Sat, 21 Aug 2010 15:36:23 +0000
(17:36 +0200)
Signed-off-by: Wincent Colaiuta <win@wincent.com>
Rakefile
patch
|
blob
|
history
diff --git
a/Rakefile
b/Rakefile
index 2af03ea3c82eaa9110e48dd01398f8574f1fbf92..074d83f34c18156598a1cd40d3c959bffdff6e3a 100644
(file)
--- a/
Rakefile
+++ b/
Rakefile
@@
-73,7
+73,7
@@
task :make => ['ext/mkdtemp.c', 'ext/ruby_compat.h', 'ext/Makefile'] do |t|
end
end
-desc 'Buil
s
the YARD HTML files'
+desc 'Buil
d
the YARD HTML files'
task :yard do
sh 'yardoc -o html --title mkdtemp - doc/README'
end