summaryrefslogtreecommitdiffstats
path: root/install.rb
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-08-28 09:55:52 +1000
committerJames Turnbull <james@lovedthanlost.net>2010-08-28 09:55:52 +1000
commitca2da36988c4d9fb2afbfc3f15c295df9b8cd05f (patch)
tree5a54ce4cf33017b69f0e17388c5547e998ff04c5 /install.rb
parent244745eb7fb493e2efa535d5482ed6d8db81dda0 (diff)
downloadfacter-ca2da36988c4d9fb2afbfc3f15c295df9b8cd05f.tar.gz
facter-ca2da36988c4d9fb2afbfc3f15c295df9b8cd05f.tar.xz
facter-ca2da36988c4d9fb2afbfc3f15c295df9b8cd05f.zip
Updated install.rb and created man page
Diffstat (limited to 'install.rb')
-rwxr-xr-xinstall.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/install.rb b/install.rb
index a40e292..bbf4007 100755
--- a/install.rb
+++ b/install.rb
@@ -316,12 +316,6 @@ def build_man(bins)
# Locate rst2man
rst2man = %x{which rst2man.py}
rst2man.chomp!
- # Create puppet.conf.8 man page
- %x{bin/puppetdoc --reference configuration > ./puppet.conf.rst}
- %x{#{rst2man} ./puppet.conf.rst ./man/man8/puppet.conf.8}
- File.unlink("./puppet.conf.rst")
-
- # Create binary man pages
bins.each do |bin|
b = bin.gsub( "bin/", "")
%x{#{bin} --help > ./#{b}.rst}