diff options
author | Matthias H <apoc@sixserv.org> | 2014-02-21 20:21:02 +0100 |
---|---|---|
committer | Matthias H <apoc@sixserv.org> | 2014-02-21 20:21:02 +0100 |
commit | 352b7d4551ba0a693b706594866cb2aaeb7a94ac (patch) | |
tree | bdaa2c84954cfe7c7f44f899c5e41e22bd8b9da5 /Rakefile | |
parent | ba5aaf073e5467b0b71adede32051f9b38c50a19 (diff) |
[remote] removed due to security concerns
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |