]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
Rake manpages rule
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 1 Jul 2010 18:42:54 +0000 (20:42 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 1 Jul 2010 18:42:54 +0000 (20:42 +0200)
Rakefile

index 5eebe7cb2e9318b9a0e054be406492a749533805..eb6c6f2bb5cbac882e2ae5a8ee35b3afa5512641 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -8,6 +8,8 @@ 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']
+
 SPECFILE = 'rbot.gemspec'
 # The Rakefile is also used after installing the gem, to build
 # the .mo files. Since in this case the SPECFILE is not available,