Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Remove incorrect man:clobber task
Browse files Browse the repository at this point in the history
And move its description on top of the correct task, `man:build`, so
that it appears under `bin/rake -T`.
  • Loading branch information
deivid-rodriguez committed Jun 4, 2019
1 parent 8dd59e3 commit f726426
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Rakefile
Expand Up @@ -242,6 +242,7 @@ namespace :man do
end
task :build_all_pages => "index.txt"

desc "Remove all built man pages"
task :clean do
leftovers = Dir["man/*"].reject do |f|
File.extname(f) == ".ronn"
Expand All @@ -251,11 +252,6 @@ namespace :man do

desc "Build the man pages"
task :build => ["man:clean", "man:build_all_pages"]

desc "Remove all built man pages"
task :clobber do
rm_rf "lib/bundler/man"
end
end
end
end
Expand Down

0 comments on commit f726426

Please sign in to comment.