diff options
author | Ralph Amissah <ralph@amissah.com> | 2012-04-05 14:47:29 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2012-04-05 14:47:29 -0400 |
commit | 6a6c011f1278d37d078c224410311ffac45bad1c (patch) | |
tree | 8a866f09c8c53789ede468715c4025a70bd72ab9 /lib/sisu/v3/sysenv.rb | |
parent | v3: sysenv, path.style (a quick fix, review) (diff) |
v3: urls, reporting, some cleaning
Diffstat (limited to 'lib/sisu/v3/sysenv.rb')
-rw-r--r-- | lib/sisu/v3/sysenv.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sisu/v3/sysenv.rb b/lib/sisu/v3/sysenv.rb index 0b3a581c..442795c9 100644 --- a/lib/sisu/v3/sysenv.rb +++ b/lib/sisu/v3/sysenv.rb @@ -590,6 +590,7 @@ module SiSU_Env odf: filename(code,'','.odt'), epub: filename(code,'','.epub'), plain: filename(code,'','.txt'), + qrcode: filename(code,'','.jpg'), manpage: filename(code,'','.1'), #fix, section number wiki: filename(code,'wiki','.txt'), digest: filename(code,'digest','.txt'), |