Method: ReVIEW::WEBMaker#copy_backmatter

Defined in:
lib/review/webmaker.rb

#copy_backmatter(_basetmpdir) ⇒ Object



295
296
297
298
299
300
301
302
# File 'lib/review/webmaker.rb', line 295

def copy_backmatter(_basetmpdir)
  copy_file_with_param('profile')
  copy_file_with_param('advfile')
  if @config['colophon'] && @config['colophon'].is_a?(String)
    copy_file_with_param('colophon', "colophon.#{@config['htmlext']}")
  end
  copy_file_with_param('backcover')
end