aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3/manifest.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2012-06-17 22:55:11 -0400
committerRalph Amissah <ralph@amissah.com>2012-06-17 22:55:11 -0400
commit2970a5d30e3d59f60af9f96c258c84d138027e07 (patch)
treed2e972aebae388b847576ce368cf41ef80672840 /lib/sisu/v3/manifest.rb
parentdebian/changelog (3.2.12-1) (diff)
parentv3: shared_sisupod_source, common build for sisu (markup) source representations (diff)
Merge tag 'sisu_3.3.0' into debian/sid
Diffstat (limited to 'lib/sisu/v3/manifest.rb')
-rw-r--r--lib/sisu/v3/manifest.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/sisu/v3/manifest.rb b/lib/sisu/v3/manifest.rb
index 092418fb..20983d7f 100644
--- a/lib/sisu/v3/manifest.rb
+++ b/lib/sisu/v3/manifest.rb
@@ -475,12 +475,10 @@ WOK
end
end
def source_tests
- if @md.fns =~/\.ssm\.sst$/ #% decide whether to extract and include requested/required documents
- req=@md.fns
+ if @md.fno =~/\.ssm$/ #% decide whether to extract and include requested/required documents
if FileTest.file?(@f.place_file.src.dir)==true
pth=@f.output_path.src.dir
- rel=@f.output_path.src.rel
- #rel=@f.output_path.src.rel_sm
+ rel=@f.output_path.src.rel_sm
url=@f.output_path.src.url
id,file='Markup Composite File (SiSU source)',@f.base_filename.src
summarize_sources(id,file,pth,rel,url)