summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-11 01:01:56 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-11 01:01:56 +0200
commit76f868d3a326d9fe5bbd75d764f37eeb04967c72 (patch)
tree50bfdee0d126e124db4f2c7a497bae29ad973fea /Rakefile
parent0b3ebde2a9874c12b1897dd468f48652afd70516 (diff)
downloadbundler-76f868d3a326d9fe5bbd75d764f37eeb04967c72.tar.gz
Explicitly pass date to ronn command
To try fix `man:check` failing sometimes.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 99fde68dc9..c9cba953e9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -196,7 +196,7 @@ namespace :man do
index << [ronn, File.basename(roff)]
file roff => ["man", ronn] do
- sh "bin/ronn --roff --pipe #{ronn} > #{roff}"
+ sh "bin/ronn --roff --pipe --date #{Time.now.strftime("%Y-%m-%d")} #{ronn} > #{roff}"
end
file "#{roff}.txt" => roff do