X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=Rakefile;h=8e8d9d68cf991fb1042f9d5de76353edf8a4668b;hb=744be8fffda676653475d3034786e8ee246de609;hp=1bd782eab2fe61a751779bea05815ccf3526cc2f;hpb=464e8afad5d3c72378b680f4579773adbd089f8f;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git 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