aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v6/sysenv.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-07-01 01:00:30 -0400
committerRalph Amissah <ralph@amissah.com>2014-07-01 01:00:30 -0400
commitf3832f0acc5b335fc820287ce2530435ad651202 (patch)
treeecd2004aecd2b706316291a98645ed98a5a25a75 /lib/sisu/v6/sysenv.rb
parentdebian/changelog (5.4.2-1) (diff)
parentv5 v6: sysenv, developer _CONSTRUCTION_ZONE warning setup modified (diff)
Merge tag 'sisu_5.4.3' into debian/sid
SiSU 5.4.3
Diffstat (limited to 'lib/sisu/v6/sysenv.rb')
-rw-r--r--lib/sisu/v6/sysenv.rb16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/sisu/v6/sysenv.rb b/lib/sisu/v6/sysenv.rb
index 2c2a8c10..3c774c46 100644
--- a/lib/sisu/v6/sysenv.rb
+++ b/lib/sisu/v6/sysenv.rb
@@ -6032,7 +6032,7 @@ WOK
end
def textile
def ft
- 'textile_CONSTRUCTION_ZONE'
+ 'textile' + DEVELOPER[:under_construction]
end
def dir
set_path(ft).dir.abc
@@ -6053,7 +6053,7 @@ WOK
end
def asciidoc
def ft
- 'asciidoc_CONSTRUCTION_ZONE'
+ 'asciidoc' + DEVELOPER[:under_construction]
end
def dir
set_path(ft).dir.abc
@@ -6074,7 +6074,7 @@ WOK
end
def markdown
def ft
- 'markdown_CONSTRUCTION_ZONE'
+ 'markdown' + DEVELOPER[:under_construction]
end
def dir
set_path(ft).dir.abc
@@ -6095,7 +6095,7 @@ WOK
end
def rst
def ft
- 'rst_CONSTRUCTION_ZONE'
+ 'rst' + DEVELOPER[:under_construction]
end
def dir
set_path(ft).dir.abc
@@ -6315,7 +6315,7 @@ WOK
end
def xml_docbook
def ft
- 'docbook_CONSTRUCTION_ZONE'
+ 'docbook' + DEVELOPER[:under_construction]
end
def dir
set_path(ft).dir.abc
@@ -6339,7 +6339,7 @@ WOK
end
def xml_docbook_article
def ft
- 'docbook'
+ 'docbook' + DEVELOPER[:under_construction]
end
def dir
set_path(ft).dir.abc
@@ -6363,7 +6363,7 @@ WOK
end
def xml_docbook_book
def ft
- 'docbook_CONSTRUCTION_ZONE'
+ 'docbook' + DEVELOPER[:under_construction]
end
def dir
set_path(ft).dir.abc
@@ -6387,7 +6387,7 @@ WOK
end
def xml_fictionbook
def ft
- 'fictionbook_CONSTRUCTION_ZONE'
+ 'fictionbook' + DEVELOPER[:under_construction]
end
def dir
set_path(ft).dir.abc