aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/sysenv.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-02-14 00:26:53 -0500
committerRalph Amissah <ralph@amissah.com>2014-02-14 00:26:55 -0500
commit06145fcda953ce6ea963b63a91e4ac8103c9cc58 (patch)
treee29a1853cdaa1f9ffca13e71cb96183c5b6b8a5b /lib/sisu/v5/sysenv.rb
parentv5 v6: version & changelog (& rakefile) (diff)
v5 v6: ocn, object citation numbering, --no-numbering option & default tuningsisu_5.3.4
* add less cryptic --numbering --no-numbering command-line options (to --no-ocn) * plaintext & odt switch default to ocn==true for consistency with other output * [decide how fine-grained ocn/numbering switches could be: could be per output type by command-line instruction (see txt & odt); currently set per sisu instruction for all outputs]
Diffstat (limited to 'lib/sisu/v5/sysenv.rb')
-rw-r--r--lib/sisu/v5/sysenv.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v5/sysenv.rb b/lib/sisu/v5/sysenv.rb
index 7d8a9766..491ca94f 100644
--- a/lib/sisu/v5/sysenv.rb
+++ b/lib/sisu/v5/sysenv.rb
@@ -3919,7 +3919,7 @@ WOK
elsif env_rc.build.ocn? ==:off
false
else
- false
+ true
end
end
def odt_ocn?
@@ -3936,7 +3936,7 @@ WOK
elsif env_rc.build.ocn? ==:off
false
else
- false
+ true
end
end
def html_strict?