Skip to content

Commit d9b20b8

Browse files
authored
Merge pull request #1885 from petk/patch-clean
Add progit-kf8.epub to clean step
2 parents 5f14564 + fc67ecf commit d9b20b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ namespace :book do
120120
begin
121121
puts 'Removing generated files'
122122

123-
FileList['book/contributors.txt', 'progit.html', 'progit.epub', 'progit.fb2.zip', 'progit.mobi', 'progit.pdf'].each do |file|
123+
FileList['book/contributors.txt', 'progit.html', 'progit-kf8.epub', 'progit.epub', 'progit.fb2.zip', 'progit.mobi', 'progit.pdf'].each do |file|
124124
rm file
125125

126126
# Rescue if file not found

0 commit comments

Comments
 (0)