From bf2a99e821f9d4ac64c2d558a6b6ca940a8aade4 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 10 Oct 2008 22:26:18 -0400 Subject: book code, minor adjustment; and fix to manifest reporting of the creation of sisupod (zip) --- lib/sisu/v0/manifest.rb | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lib/sisu/v0/manifest.rb') diff --git a/lib/sisu/v0/manifest.rb b/lib/sisu/v0/manifest.rb index 78045e80..22330734 100644 --- a/lib/sisu/v0/manifest.rb +++ b/lib/sisu/v0/manifest.rb @@ -191,16 +191,6 @@ module SiSU_Manifest id,file='HTML, full length document',@md.fn[:doc] summarize(id,file,img) end - #if FileTest.file?("#@base_path/#{@md.fn[:pdf_p]}")==true - # img='PDF portrait ' - # id,file="full length document (PDF portrait / vertical - recommended for printing), size #{@md.papersize_array[0]}",@md.fn[:pdf_p] - # summarize(id,file,img) - #end - #if FileTest.file?("#@base_path/#{@md.fn[:pdf_l]}")==true - # img='PDF landscape ' - # id,file="full length document (PDF landscape / horizontal - recommended for screen viewing), size #{@md.papersize_array[0]}",@md.fn[:pdf_l] - # summarize(id,file,img) - #end if FileTest.file?("#@base_path/#{@md.fn[:pdf_p_letter]}")==true img='PDF portrait ' id,file="PDF, U.S. letter size, portrait/vertical document (recommended for printing)",@md.fn[:pdf_p_letter] -- cgit v1.2.3