File: use_debian_packaged_texi2html.patch

package info (click to toggle)
fftw 2.1.5-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 6,756 kB
  • sloc: ansic: 65,239; sh: 7,399; ml: 3,084; perl: 2,894; makefile: 380; fortran: 102
file content (16 lines) | stat: -rw-r--r-- 434 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Use Debian packaged texi2html
Bug-Debian: https://bugs.debian.org/800653
Author: Andreas Tille <tille@debian.org>
Last-Update: Wed, 10 Nov 2021 16:43:13 +0100

--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -12,7 +12,7 @@ PERL = @PERL@
 DVIPS = dvips -Z
 
 html:	$(fftw_TEXINFOS) rfftwnd.gif
-	$(PERL) texi2html -split_chapter -no_toc_href fftw.texi
+	/usr/bin/texi2html -split_chapter fftw.texi
 
 $(HTML_FILES): html