[svnbook] r4945 committed - Comment out the de-1.8 build altogether, as it doesn't pass XML valida...

svnbook at googlecode.com svnbook at googlecode.com
Tue Nov 25 10:59:53 CST 2014


Revision: 4945
Author:   cmpilato
Date:     Tue Nov 25 16:59:32 2014 UTC
Log:      Comment out the de-1.8 build altogether, as it doesn't pass XML  
validation.
https://code.google.com/p/svnbook/source/detail?r=4945

Modified:
  /www/bin/build-and-deploy.conf

=======================================
--- /www/bin/build-and-deploy.conf	Tue Nov 25 12:47:30 2014 UTC
+++ /www/bin/build-and-deploy.conf	Tue Nov 25 16:59:32 2014 UTC
@@ -39,10 +39,17 @@
  version = 1.4
  formats = html, html-chunk

-[de-1.8]
-locale = de
-version = 1.8
-formats = html, html-chunk
+# Build is current broken:
+#
+# $ make valid
+# xmllint --noout --valid book/book.xml
+# book/book.xml:163: element part: validity error : Element part content  
does not follow the DTD, expecting (beginpage? , partinfo? , (title ,  
subtitle? , titleabbrev?) , partintro? , (appendix | chapter | toc | lot |  
index | glossary | bibliography | article | preface | refentry |  
reference)+), got (title CDATA CDATA CDATA CDATA CDATA CDATA CDATA CDATA  
CDATA CDATA )
+#  </part>
+#         ^
+# Restore the following once 'make valid' passes again:
+#[de-1.8]
+#locale = de
+#version = 1.8

  [de-1.7]
  locale = de



More information about the svnbook-dev mailing list