Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37814425
en ru br
Репозитории ALT

Группа :: Система/Серверы
Пакет: foreman

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: asciidoctor-doc.patch
Скачать


--- 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 => [
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin