The following commit has been merged in the master branch:
commit d061a5b68422845f1fe38182c4e0cb96390789ef
Author: Andreas Tille <[email protected]>
Date:   Thu Jul 2 17:30:25 2015 +0200

    xmlto failed without --skip-validation - any help to fix XML is welcome

diff --git a/debian/changelog b/debian/changelog
index fbcb231..0ef90fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ blends (0.6.92.3) UNRELEASED; urgency=medium
     Closes: #779212
   * Document further resources
     Closes: #783240
+  * xmlto failed without --skip-validation - any help to fix XML is welcome
 
  -- Andreas Tille <[email protected]>  Thu, 02 Jul 2015 16:21:52 +0200
 
diff --git a/doc/Makefile b/doc/Makefile
index d135285..609483b 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -52,14 +52,14 @@ $(doc_html) $(doc_html_en): $(doc_xml) $(sources)
        for l in $(doc_lang); do \
          f=$(doc_name).$$l.xml; d=$$l/html; \
          mkdir -p $$d; \
-         $(LOCALE) xmlto -o $$d -x $(doc_name).xsl html $$f; \
+         $(LOCALE) xmlto --skip-validation -o $$d -x $(doc_name).xsl html $$f; 
\
        done
 
 txt $(doc_txt): $(doc_xml)
        for l in $(doc_lang); do \
          f=$(doc_name).$$l.xml; d=$$l/txt; \
          mkdir -p $$d; \
-         $(LOCALE) xmlto $(doc_txt_params) -o $$d txt $$f; \
+         $(LOCALE) xmlto --skip-validation $(doc_txt_params) -o $$d txt $$f; \
        done
 
 ps $(doc_ps):  $(doc_xml)
@@ -74,7 +74,7 @@ pdf $(doc_pdf): $(doc_xml)
        for l in $(doc_lang); do \
          f=$(doc_name).$$l.xml; d=$$l/pdf; \
          mkdir -p $$d; \
-         $(LOCALE) xmlto -o $$d --with-dblatex pdf $$f; \
+         $(LOCALE) xmlto --skip-validation -o $$d --with-dblatex pdf $$f; \
        done
 
 

-- 
Git repository for blends code

_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to