]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - Rakefile
Package man files
[user/henk/code/ruby/rbot.git] / Rakefile
index b54728f319bc7eaf165c32b112ab00dc351bfb18..5eebe7cb2e9318b9a0e054be406492a749533805 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -4,6 +4,10 @@ require 'rake/gempackagetask'
 
 task :default => [:buildext]
 
+rule '.1' => ['.xml'] do |t|
+  sh "xsltproc -nonet -o #{t.name} /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl #{t.source}"
+end
+
 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,