summaryrefslogtreecommitdiff
path: root/sysutils/screen-legacy/files/patch-doc__Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/screen-legacy/files/patch-doc__Makefile.in')
-rw-r--r--sysutils/screen-legacy/files/patch-doc__Makefile.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/screen-legacy/files/patch-doc__Makefile.in b/sysutils/screen-legacy/files/patch-doc__Makefile.in
new file mode 100644
index 000000000000..ff1673015a5a
--- /dev/null
+++ b/sysutils/screen-legacy/files/patch-doc__Makefile.in
@@ -0,0 +1,20 @@
+--- doc/Makefile.in.orig Fri May 25 18:50:55 2001
++++ doc/Makefile.in Mon Jun 25 08:42:08 2001
+@@ -27,7 +27,7 @@
+
+ info screen.info: screen.texinfo
+ @rm -f screen.info*
+- $(MAKEINFO) $(srcdir)/screen.texinfo -o screen.info
++ $(MAKEINFO) --no-split $(srcdir)/screen.texinfo -o screen.info
+
+ install: installdirs
+ $(INSTALL_DATA) $(srcdir)/screen.1 $(DESTDIR)$(mandir)/man1/screen.1
+@@ -36,7 +36,7 @@
+ if test -f $$d/screen.info; then \
+ for f in $$d/screen.info*; do $(INSTALL_DATA) $$f $(DESTDIR)$(infodir);done; \
+ if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
+- install-info --info-dir=$(DESTDIR)$(infodir) $$d/screen.info; \
++ install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/screen.info; \
+ else true; fi; \
+ fi
+