[Blends-commit] [SCM] blends-dev branch, master, updated. 9a1669089b5a6bf0de6a7389a0f3d6789916d826

Andreas Tille tille at debian.org
Thu Jul 2 16:01:45 UTC 2015


The following commit has been merged in the master branch:
commit d061a5b68422845f1fe38182c4e0cb96390789ef
Author: Andreas Tille <tille at debian.org>
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 <tille at debian.org>  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



More information about the Blends-commit mailing list