From f468d58468b224ea3fb468c9543d8631164f8c55 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 25 Aug 2013 00:47:13 +0000 Subject: manpage installation updates We should be compatible with "gem-man", as well as allowing installation to prefix ($HOME by default) via: make -C Documentation install-man --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 660b194..0774a09 100644 --- a/Rakefile +++ b/Rakefile @@ -10,7 +10,7 @@ if ! File.exist?(manifest) || File.stat(manifest).mtime < gitidx.mtime if system("make -C Documentation") require 'fileutils' FileUtils.rm_rf 'man' - if system("make -C Documentation install-man") + if system("make -C Documentation gem-man") `git ls-files -o man`.split(/\n/).each do |man| fp.puts man end -- cgit v1.2.3-24-ge0c7