Package: genparse / 0.9.2-1

50-texi2html.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From: Jari Aalto <jari.aalto@cante.net>
Subject: use makeinfo for HTML. See https://wiki.debian.org/Texi2htmlTransition
Forwarded: https://sourceforge.net/p/genparse/bugs/23/

---
 doc/Makefile.am |    2 +-
 doc/Makefile.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -904,7 +904,7 @@ htmlinfo: html/info/genparse.html
 
 html/info/genparse.html: genparse.texi
 	mkdir -p html
-	@TEXI2HTML@ --subdir html/info --split section $<
+	makeinfo --html --output=html/genparse.html --split=section $<
 
 .PHONY: pdfinfo
 pdfinfo: info.pdf
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -18,7 +18,7 @@ htmlinfo: html/info/genparse.html
 
 html/info/genparse.html: genparse.texi
 	mkdir -p html
-	@TEXI2HTML@ --subdir html/info --split section $<
+	makeinfo --html --output=html/genparse.html --split=section $<
 
 .PHONY: pdfinfo
 pdfinfo: info.pdf