File: 13split_info_files.patch

package info (click to toggle)
screen 4.9.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,040 kB
  • sloc: ansic: 39,738; sh: 2,147; makefile: 347; perl: 63
file content (17 lines) | stat: -rw-r--r-- 605 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de>
Description: Split the info files at 50k
 This matches the distribution style of the orig tarball.
Last-Revised: 2013-05-16 by Axel Beckert <abe@debian.org>
Bug-Debian: https://bugs.debian.org/707530

--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -28,7 +28,7 @@
 
 info screen.info: screen.texinfo
 	@rm -f screen.info*
-	$(MAKEINFO) $(srcdir)/screen.texinfo -o screen.info
+	$(MAKEINFO) --split-size=50000 $(srcdir)/screen.texinfo -o screen.info
 
 install: installdirs
 	$(INSTALL_DATA) $(srcdir)/screen.1 $(DESTDIR)$(mandir)/man1/screen.1