[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/2.6.1-1-69-gb75a307
James Turnbull
james at lovedthanlost.net
Tue Nov 9 22:10:58 UTC 2010
The following commit has been merged in the master branch:
commit 776ea2a17de7834ecdaded9fcaabc48446d2f29d
Author: James Turnbull <james at lovedthanlost.net>
Date: Thu Oct 28 20:10:59 2010 +1100
Fixed #5137 - Removed no longer required TOC references
diff --git a/lib/puppet/util/reference.rb b/lib/puppet/util/reference.rb
index 99458aa..ab201cd 100644
--- a/lib/puppet/util/reference.rb
+++ b/lib/puppet/util/reference.rb
@@ -32,7 +32,6 @@ class Puppet::Util::Reference
section = reference(name) or raise "Could not find section #{name}"
depth = section.depth if section.depth < depth
end
- text = "* TOC text.\n{:toc}\n\n"
end
def self.pdf(text)
@@ -141,7 +140,6 @@ class Puppet::Util::Reference
# First the header
text = h(@title, 1)
text += "\n\n**This page is autogenerated; any changes will get overwritten** *(last generated on #{Time.now.to_s})*\n\n"
- text += "* TOC Text.\n{:toc}\n\n" if withcontents
text += @header
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list