File: remove_texi2html_dependency.patch

package info (click to toggle)
fdutils 5.5-20060227-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 2,472 kB
  • ctags: 1,142
  • sloc: ansic: 6,291; sh: 3,082; makefile: 251; 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@