diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-07-15 18:50:12 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-07-15 18:50:12 -0400 |
commit | 99f57f7e7b5c591acfa6e27f9b49d0b6b27d3d46 (patch) | |
tree | 5da9c1d51928ec7aed693c5dea3f1b80edcd46ff /lib | |
parent | v5 v6: docbook, css (needs work), also doc header, sisu processing info (diff) |
v5 v6: docbook, status, under construction notice removed (still much to do)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sisu/v5/sysenv.rb | 4 | ||||
-rw-r--r-- | lib/sisu/v6/sysenv.rb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/sisu/v5/sysenv.rb b/lib/sisu/v5/sysenv.rb index 5c399564..13aba203 100644 --- a/lib/sisu/v5/sysenv.rb +++ b/lib/sisu/v5/sysenv.rb @@ -6315,7 +6315,7 @@ WOK end def xml_docbook def ft - 'docbook' + DEVELOPER[:under_construction] + 'docbook' end def dir set_path(ft).dir.abc @@ -6363,7 +6363,7 @@ WOK end def xml_docbook_book def ft - 'docbook' + DEVELOPER[:under_construction] + 'docbook' end def dir set_path(ft).dir.abc diff --git a/lib/sisu/v6/sysenv.rb b/lib/sisu/v6/sysenv.rb index 27927edd..0a1df86e 100644 --- a/lib/sisu/v6/sysenv.rb +++ b/lib/sisu/v6/sysenv.rb @@ -6315,7 +6315,7 @@ WOK end def xml_docbook def ft - 'docbook' + DEVELOPER[:under_construction] + 'docbook' end def dir set_path(ft).dir.abc @@ -6363,7 +6363,7 @@ WOK end def xml_docbook_book def ft - 'docbook' + DEVELOPER[:under_construction] + 'docbook' end def dir set_path(ft).dir.abc |