Description: replace require_relative with a require statement with an absolute path
 The installed library is not located the same way as in the source package,
 relatively to the manual files.
Author: Cédric Boutillier
Forwarded: no
Last-Update: 2019-01-07

--- a/manual/example_helper.rb
+++ b/manual/example_helper.rb
@@ -1,4 +1,4 @@
-require_relative '../lib/prawn'
+require 'prawn'
 require 'prawn/manual_builder'
 
 Prawn::ManualBuilder.manual_dir = File.dirname(__FILE__)
