aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/current/se_file_op.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/current/se_file_op.rb')
-rw-r--r--lib/sisu/current/se_file_op.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/sisu/current/se_file_op.rb b/lib/sisu/current/se_file_op.rb
index bccb7605..3f9cb834 100644
--- a/lib/sisu/current/se_file_op.rb
+++ b/lib/sisu/current/se_file_op.rb
@@ -351,7 +351,7 @@ module SiSU_File_Op
pth=output_path.html.dir
make_path(pth)
p_fn=place_file.html_scroll.dir
- @@filename_html_scroll=File.new(p_fn,'w+')
+ File.new(p_fn,'w+')
end
def html_seg_index
pth=((output_dir_structure.by_filename?) \
@@ -360,7 +360,7 @@ module SiSU_File_Op
: "#{output_path.html.dir}/#{@md.fnb}"
make_path(pth)
p_fn=place_file.html_seg_index.dir
- @@filename_html_index=File.new(p_fn,'w+')
+ File.new(p_fn,'w+')
end
def html_segtoc
pth=((output_dir_structure.by_filename?) \
@@ -370,7 +370,7 @@ module SiSU_File_Op
: "#{output_path.html.dir}/#{@md.fnb}"
make_path(pth)
p_fn=place_file.html_segtoc.dir
- @@filename_html_index=File.new(p_fn,'w+')
+ File.new(p_fn,'w+')
end
def xhtml
path=output_path.xhtml.dir
@@ -2568,11 +2568,11 @@ module SiSU_Create_File
end
def file_semantic
fn='./semantic.yaml'
- @@filename_semantic=File.new(fn,'w+')
+ File.new(fn,'w+')
end
def file_rss
fn='./semantic.xml'
- @@filename_rss=File.new(fn,'w+')
+ File.new(fn,'w+')
end
def epub
@pth=@env.processing_path.epub