File: 01_do-not-split-html-info.patch

package info (click to toggle)
acct 6.6.4-8
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,400 kB
  • sloc: ansic: 16,068; sh: 11,427; cpp: 290; makefile: 158
file content (15 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
From: Mathieu Trudel <mathieu.tl@gmail.com>
Subject: Don't split HTML documentation in multiple files.
Forwarded: no

--- a/Makefile.in
+++ b/Makefile.in
@@ -181,7 +181,7 @@
 TEXINFOS = accounting.texi
 TEXI2DVI = texi2dvi
 TEXI2PDF = $(TEXI2DVI) --pdf --batch
-MAKEINFOHTML = $(MAKEINFO) --html
+MAKEINFOHTML = $(MAKEINFO) --html --no-split
 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
 DVIPS = dvips
 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \