From 744be8fffda676653475d3034786e8ee246de609 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Wed, 9 Jun 2021 08:06:17 +0200 Subject: Partial revert: reintroduce rbot-remote It now interfaces with the webservice 'dispatch' feature instead of the previous remotectl plugin, but the external API remains the same, for compatibility with existing users. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 1bd782ea..8e8d9d68 100644 --- a/Rakefile +++ b/Rakefile @@ -7,7 +7,7 @@ rule '.1' => ['.xml'] do |t| sh "xsltproc -nonet -o #{t.name} /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl #{t.source}" end -task :manpages => ['man/rbot.1'] +task :manpages => ['man/rbot.1', 'man/rbot-remote.1'] SPECFILE = 'rbot.gemspec' # The Rakefile is also used after installing the gem, to build -- cgit v1.2.3