File: make-manual.rb

package info (click to toggle)
ruby-prawn 2.2.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,320 kB
  • sloc: ruby: 15,654; sh: 43; makefile: 20
file content (7 lines) | stat: -rwxr-xr-x 254 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/usr/bin/ruby

puts 'Building manual...'
require File.expand_path(File.join(__dir__, %w[.. manual contents]))
prawn_manual_document.render_file(File.join(__dir__, %w[.. manual.pdf]))
puts 'The Prawn manual is available at manual.pdf. Happy Prawning!'