aboutsummaryrefslogtreecommitdiffstats
path: root/main/giflib/xmlto-skip-validation.patch
blob: 96573ad6ca89b098a8402eba6e3760ac3832f0a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- ./doc/Makefile.in.orig	2013-07-15 14:59:04.840695596 +0000
+++ ./doc/Makefile.in	2013-07-15 14:59:30.667643646 +0000
@@ -379,13 +379,13 @@
 
 
 .xml.html:
-	xmlto xhtml-nochunks $<
+	xmlto --skip-validation xhtml-nochunks $<
 
 .xml.1:
-	xmlto man $<
+	xmlto --skip-validation man $<
 
 .xml.txt:
-	xmlto txt $<
+	xmlto --skip-validation txt $<
 
 all: allhtml manpages