From e6494857fc188f50808fcf64e4f43188a455f264 Mon Sep 17 00:00:00 2001 From: Stephen Dolan Date: Thu, 9 May 2013 20:27:12 +0100 Subject: Add some build instructions for how to install doc dependencies. jq can now build without Ruby, but you won't get a nice manpage. --- docs/Rakefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/Rakefile') diff --git a/docs/Rakefile b/docs/Rakefile index 356f7111..f8072072 100644 --- a/docs/Rakefile +++ b/docs/Rakefile @@ -120,6 +120,10 @@ task :manpage do end end +task :manpage_default => ["default_manpage.md"] do + puts Ronn::Document.new("default_manpage.md").convert('roff').gsub(/<\/?code>/,"") +end + task :mantests do load_manual['sections'].each do |section| (section['entries'] || []).each do |entry| @@ -132,3 +136,4 @@ task :mantests do end end end + -- cgit v1.2.3