diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-03 14:48:20 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-03 14:48:20 (EDT) |
commit | f0131d0bc2ffa2b5aedb30d33afe30054825b674 (patch) | |
tree | 4fd906c8e3122658b136877179e102d1618cadce | |
parent | 286f123d9250bce285b31eaefcd0e3f749aafcc9 (diff) |
patches/01_remove-manual.patch: Refresh
-rw-r--r-- | patches/01_remove-manual.patch | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/patches/01_remove-manual.patch b/patches/01_remove-manual.patch index 41a484f..01f7241 100644 --- a/patches/01_remove-manual.patch +++ b/patches/01_remove-manual.patch @@ -1,15 +1,15 @@ -Author: "P. J. McDermott" <pjm@nac.net> -Subject: Don't require gdb/doc/gdb.texinfo. +Author: Patrick McDermott <patrick.mcdermott@libiquity.com> +Subject: Don't require gdb/doc/gdb.texinfo -diff -Naur src.orig/gdb/doc/Makefile.in src/gdb/doc/Makefile.in ---- src.orig/gdb/doc/Makefile.in 2013-01-01 01:32:56.000000000 -0500 -+++ src/gdb/doc/Makefile.in 2013-10-11 13:28:45.075942776 -0400 -@@ -74,7 +74,7 @@ +diff -Naurp tmp/src.orig/gdb/doc/Makefile.in tmp/src/gdb/doc/Makefile.in +--- tmp/src.orig/gdb/doc/Makefile.in 2019-05-11 14:19:02.000000000 -0400 ++++ tmp/src/gdb/doc/Makefile.in 2019-07-03 14:45:31.724731717 -0400 +@@ -84,7 +84,7 @@ SET_TEXINPUTS = \ TEXINPUTS=${TEXIDIR}:.:$(srcdir):$(READLINE_DIR):$(GDBMI_DIR):$$TEXINPUTS # Files which should be generated via 'info' and installed by 'install-info' --INFO_DEPS = gdb.info gdbint.info stabs.info annotate.info -+INFO_DEPS = gdbint.info stabs.info annotate.info +-INFO_DEPS = gdb.info stabs.info annotate.info ++INFO_DEPS = stabs.info annotate.info # Files which should be generated via 'pdf' and installed by 'install-pdf' - PDFFILES = gdb.pdf gdbint.pdf stabs.pdf refcard.pdf annotate.pdf + PDFFILES = gdb.pdf stabs.pdf refcard.pdf annotate.pdf |