CC: [email protected]

The attached patch fixes a typo in htmlxref.cnf.  The typo was introduced in 
the following patch:

Author: Gavin Smith <[email protected]>
Date:   Thu May 9 17:31:57 2019 +0100

    * util/htmlxref.cnf: Add eww. From Tsuyoshi Kitamoto

The 'eww' line should read 
    eww           node    ${EMACS}/html_node/eww/
not
    eww           node    $(EMACS}/html_node/eww/

We noticed this when Flycheck's build failed after pulling the latest release 
of the file from FTP.

Clément.
From c2d84756579711262cb5499eb5d0e5fef4af461f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20Pit-Claudel?= <[email protected]>
Date: Mon, 10 Jun 2019 19:12:40 -0400
Subject: [PATCH] util/htmlxref.cnf: Fix syntax in eww entry.

---
 util/htmlxref.cnf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/util/htmlxref.cnf b/util/htmlxref.cnf
index 5e43c047e..26ccd9d3a 100644
--- a/util/htmlxref.cnf
+++ b/util/htmlxref.cnf
@@ -1,6 +1,6 @@
 # htmlxref.cnf - reference file for free Texinfo manuals on the web.
 
-htmlxrefversion=2019-05-09.16; # UTC
+htmlxrefversion=2019-06-10.23; # UTC
 
 # Copyright 2010-2019 Free Software Foundation, Inc.
 # 
@@ -172,7 +172,7 @@ emacs		node	${EMACS}/html_node/emacs/
  eshell		node	${EMACS}/html_node/eshell/
  #
  eww		mono	${EMACS}/html_mono/eww.html
- eww		node	$(EMACS}/html_node/eww/
+ eww		node	${EMACS}/html_node/eww/
  #
  flymake	mono	${EMACS}/html_mono/flymake.html
  flymake	node	${EMACS}/html_node/flymake/
-- 
2.17.1

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to