aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3dv/sysenv.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v3dv/sysenv.rb')
-rw-r--r--lib/sisu/v3dv/sysenv.rb14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/sisu/v3dv/sysenv.rb b/lib/sisu/v3dv/sysenv.rb
index 16dabd36..a7fa3c75 100644
--- a/lib/sisu/v3dv/sysenv.rb
+++ b/lib/sisu/v3dv/sysenv.rb
@@ -2986,7 +2986,7 @@ WOK
skin_images_array
end
def rsync
- @f=SiSU_Env::SiSU_file.new(@md)
+ @f=SiSU_Env::FileOp.new(@md)
def document
self.remote_host_base.each do |remote_conn|
local_gen=@source_path
@@ -3248,7 +3248,7 @@ WOK
#File.symlink("../../man/form", "#{@env.path.output}/man/pdf") unless File.symlink?("#{@env.path.output}/man/pdf")==true
end
end
- class Info_file <Info_env #todo unify with SiSU_file
+ class Info_file <Info_env #todo unify with FileOp
def initialize(fns)
begin
super(fns)
@@ -3314,7 +3314,7 @@ WOK
end
self
end
- def mkdir #check moved from SiSU_file, existing mkdir
+ def mkdir #check moved from FileOp, existing mkdir
def processing
def dal
FileUtils::mkdir_p(@env.processing_path.dal) unless FileTest.directory?(@env.processing_path.dal)
@@ -3326,7 +3326,7 @@ WOK
end
end
end
- class SiSU_file <Info_file #todo unify with Create_file
+ class FileOp <Info_file #todo unify with Create_file
def initialize(md,fno='')
begin
@md,@fno=md,fno
@@ -4726,7 +4726,7 @@ WOK
self
end
end
- class Create_file <Info_env #todo unify with SiSU_file
+ class Create_file <Info_env #todo unify with FileOp
def initialize(fns)
begin
super(fns)
@@ -4808,7 +4808,7 @@ WOK
File.new("#{@env.processing_path.texinfo}/#{@fnb}.texinfo",'w+')
end
end
- class Clear <Info_env #todo unify with SiSU_file
+ class Clear <Info_env #todo unify with FileOp
def initialize(cmd,fns,operation='')
@cmd=cmd
begin
@@ -5116,7 +5116,7 @@ WOK
@md=md
@css=CSS_select.new(@md)
@env=SiSU_Env::Info_env.new
- @file=SiSU_Env::SiSU_file.new(@md)
+ @file=SiSU_Env::FileOp.new(@md)
end
def html
%{ <link rel="stylesheet" href="#{@file.path_rel_links.html_scroll_css}#{@env.path.style}/#{@css.html}" type="text/css" />}