File: Use_novalid.patch

package info (click to toggle)
doc-linux-fr 2013.01-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 21,580 kB
  • ctags: 123
  • sloc: xml: 139,071; sh: 361; makefile: 182; lisp: 27
file content (21 lines) | stat: -rw-r--r-- 652 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Sun, 25 Nov 2012 18:27:35 -0400
Subject: Use --novalid switch for xsltproc, avoid a useless network access

---
 fcol-faq/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fcol-faq/Makefile b/fcol-faq/Makefile
index 26e1dc7..853ffa2 100644
--- a/fcol-faq/Makefile
+++ b/fcol-faq/Makefile
@@ -2,7 +2,7 @@
 # Copyright (c) 1997-2002 Les utilisateurs de fr.comp.os.linux.*
 # See the file COPYING for copying conditions.
 
-PROCESSOR=xsltproc --catalogs --nonet
+PROCESSOR=xsltproc --catalogs --nonet --novalid
 
 HTMLSINGLE=to_html.xsl
 HTMLMULTI=to_html-multi.xsl