From 99f57f7e7b5c591acfa6e27f9b49d0b6b27d3d46 Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph@amissah.com>
Date: Tue, 15 Jul 2014 18:50:12 -0400
Subject: v5 v6: docbook, status, under construction notice removed (still much
 to do)

---
 data/doc/sisu/CHANGELOG_v5 | 1 +
 data/doc/sisu/CHANGELOG_v6 | 1 +
 lib/sisu/v5/sysenv.rb      | 4 ++--
 lib/sisu/v6/sysenv.rb      | 4 ++--
 4 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5
index b797dc52..5b321c83 100644
--- a/data/doc/sisu/CHANGELOG_v5
+++ b/data/doc/sisu/CHANGELOG_v5
@@ -52,6 +52,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_5.5.1.orig.tar.xz
   * images, an adjustment
   * css (needs work)
   * document header, sisu processing info
+  * docbook status, under construction notice removed (still much to do)
 
 %% 5.5.0.orig.tar.xz (2014-07-11:27/5)
 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_5.5.0
diff --git a/data/doc/sisu/CHANGELOG_v6 b/data/doc/sisu/CHANGELOG_v6
index 6c5da447..4e6ea011 100644
--- a/data/doc/sisu/CHANGELOG_v6
+++ b/data/doc/sisu/CHANGELOG_v6
@@ -42,6 +42,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_6.1.1.orig.tar.xz
   * images, an adjustment
   * css (needs work)
   * document header, sisu processing info
+  * docbook status, under construction notice removed (still much to do)
 
 %% 6.1.0.orig.tar.xz (2014-07-11:27/5)
 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_6.1.0
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
-- 
cgit v1.2.3