summaryrefslogtreecommitdiff
path: root/www/htmllint/patches/patch-aa
blob: b35726c63a7935372a6762512dce3b6965c40d6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-aa,v 1.3 2019/09/15 12:51:29 mef Exp $

-*- coding: utf-8 -*-
fix path 

--- faq.html.orig	2011-11-28 16:15:44.000000000 +0900
+++ faq.html	2019-09-15 21:06:42.316912606 +0900
@@ -184,7 +184,7 @@ 
 <dl compact class="faq">
 <dt>Q<dd>サーバに <a href="http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/">w3m</a> をインストールしましたが Another HTML-lint で結果が表示されません。
 <dt>A<dd>デフォルトで、-Mオプションを付けてw3mを呼び出すため、カラー機能を無効にしてコンパイルされたw3mでうまく動作しないようです。カラー機能を有効にするか、htmllint.env で
-<pre class="pre-sample">    $W3M = '/usr/local/bin/w3m -dump -T text/html -e';</pre>
+<pre class="pre-sample">    $W3M = '@PREFIX@/bin/w3m -dump -T text/html -e';</pre>
 などと -M のないオプションを指定してください(オプションの詳細はw3mを参照のこと)。
 </dl>