X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=Rakefile;h=7bf643e3e8b7a6c13d8d8731774b05a69d5de7b0;hb=836cf49c210ebfeb443861d26379a81b333c2c78;hp=97b3e1f328bfd694c09947c221a3069549424fb5;hpb=ff7cdac8fc918a6ad280153e9487cd4cb0f2fae4;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/Rakefile b/Rakefile index 97b3e1f3..7bf643e3 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', 'man/rbot-remote.1'] +task :manpages => ['man/rbot.1'] SPECFILE = 'rbot.gemspec' # The Rakefile is also used after installing the gem, to build