--- a/Rakefile.dist 2022-09-16 09:07:15.404000000 +0000 +++ b/Rakefile.dist 2022-09-16 09:07:25.762000000 +0000 @@ -21,18 +21,18 @@ file BUILDDIR do end file "#{BUILDDIR}/foreman-rake.8.gz" => "man/foreman-rake.8.asciidoc" do |t| - sh "a2x -d manpage -f manpage -D #{BUILDDIR}/ #{t.prerequisites[0]}" - sh "gzip -f9 #{BUILDDIR}/foreman-rake.8" + sh "asciidoctor -d manpage -b manpage -D #{BUILDDIR}/ #{t.prerequisites[0]}" + sh "gzip -b9 #{BUILDDIR}/foreman-rake.8" end file "#{BUILDDIR}/foreman-debug.8.gz" => "man/foreman-debug.8.asciidoc" do |t| - sh "a2x -d manpage -f manpage -D #{BUILDDIR}/ #{t.prerequisites[0]}" - sh "gzip -f9 #{BUILDDIR}/foreman-debug.8" + sh "asciidoctor -d manpage -b manpage -D #{BUILDDIR}/ #{t.prerequisites[0]}" + sh "gzip -b9 #{BUILDDIR}/foreman-debug.8" end file "#{BUILDDIR}/foreman-tail.8.gz" => "man/foreman-tail.8.asciidoc" do |t| - sh "a2x -d manpage -f manpage -D #{BUILDDIR}/ #{t.prerequisites[0]}" - sh "gzip -f9 #{BUILDDIR}/foreman-tail.8" + sh "asciidoctor -d manpage -b manpage -D #{BUILDDIR}/ #{t.prerequisites[0]}" + sh "gzip -b9 #{BUILDDIR}/foreman-tail.8" end task :build => [