X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=Rakefile;h=7bf643e3e8b7a6c13d8d8731774b05a69d5de7b0;hb=77d48adcf5d489f146d81666d9631bf358deb540;hp=2b51595c6c3f035b187fcbb6d557e029d8bad313;hpb=e2e550a99a6de4c1ca50b9d7a397efd66fdae8df;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/Rakefile b/Rakefile index 2b51595c..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 @@ -195,4 +195,4 @@ desc 'Generate mo files' task :makemo => FileList['po/*/*.po'].pathmap('%{^po,data/locale}d/LC_MESSAGES/%n.mo') - +Dir['tasks/**/*.rake'].each { |t| load t }