File: remove_texi2html_dependency.patch

package info (click to toggle)
fdutils 5.6-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,540 kB
  • sloc: ansic: 6,334; sh: 3,570; makefile: 262; sed: 4
file content (13 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Remove dependency to obsolete texi2html
Author: Matteo Cypriani <mcy@lm7.fr>
Last-Update: 2013-10-17
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -1,6 +1,6 @@
 MAKEINFO    = makeinfo
 TEXI2DVI    = texi2dvi
-TEXI2HTML   = texi2html
+TEXI2HTML   = makeinfo --html --no-split --force -o $@
 
 top_srcdir  = @top_srcdir@
 srcdir      = @srcdir@