~ubuntu-branches/debian/jessie/grub/jessie

« back to all changes in this revision

Viewing changes to debian/patches/crossreference_manpages.patch

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-03-17 13:34:14 UTC
  • Revision ID: james.westby@ubuntu.com-20110317133414-cawa48d482iuqqb9
Tags: 0.97-65
* Fix grub/migrate_from_legacy title to not end with a full stop.
* Fix update-grub(8) groff typo (".bar" instead of ".br").
* Adjust doc-base file to account for renaming of grub.info to
  grub-legacy.info.
* Compare -trunk kernels earlier than numeric ABIs (thanks, Aaron M. Ucko
  and Andreas Beckmann; closes: #570318).
* Convert from home-grown patch system to quilt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: b/docs/help2man
 
2
===================================================================
 
3
--- a/docs/help2man
 
4
+++ b/docs/help2man
 
5
@@ -455,7 +455,9 @@
 
6
     $include{$sect} .= <<EOT;
 
7
 The full documentation for
 
8
 .B $program
 
9
-is maintained as a Texinfo manual.  If the
 
10
+is maintained as a Texinfo manual in the
 
11
+.B grub-legacy-doc
 
12
+package.  If the
 
13
 .B info
 
14
 and
 
15
 .B $program
 
16
Index: b/docs/Makefile.am
 
17
===================================================================
 
18
--- a/docs/Makefile.am
 
19
+++ b/docs/Makefile.am
 
20
@@ -37,14 +37,14 @@
 
21
        $(SHELL) $(srcdir)/$(SRC2TEXI) $(srcdir) $< $@
 
22
 
 
23
 if MAINTAINER_MODE
 
24
-$(srcdir)/grub.8: ../grub/grub $(srcdir)/$(HELP2MAN)
 
25
+$(srcdir)/grub.8: ../grub/grub $(srcdir)/$(HELP2MAN) $(srcdir)/grub.8.additions
 
26
        $(PERL) $(srcdir)/$(HELP2MAN) --name="the grub shell" \
 
27
-               --section=8 --output=$@ $<
 
28
+               --section=8 --include=$@.additions --output=$@ $<
 
29
 
 
30
-$(srcdir)/grub-install.8: ../util/grub-install $(srcdir)/$(HELP2MAN)
 
31
+$(srcdir)/grub-install.8: ../util/grub-install $(srcdir)/$(HELP2MAN)  $(srcdir)/grub-install.8.additions
 
32
        chmod 755 $<
 
33
        $(PERL) $(srcdir)/$(HELP2MAN) --name="install GRUB on your drive" \
 
34
-               --section=8 --output=$@ $<
 
35
+               --section=8 --include=$@.additions --output=$@ $<
 
36
 
 
37
 $(srcdir)/mbchk.1: ../util/mbchk $(srcdir)/$(HELP2MAN)
 
38
        $(PERL) $(srcdir)/$(HELP2MAN) \
 
39
Index: b/docs/grub.8.additions
 
40
===================================================================
 
41
--- /dev/null
 
42
+++ b/docs/grub.8.additions
 
43
@@ -0,0 +1,3 @@
 
44
+[SEE ALSO]
 
45
+.BR update-grub (8),
 
46
+.BR grub-install (8).
 
47
Index: b/docs/grub-install.8.additions
 
48
===================================================================
 
49
--- /dev/null
 
50
+++ b/docs/grub-install.8.additions
 
51
@@ -0,0 +1,3 @@
 
52
+[SEE ALSO]
 
53
+.BR grub (8),
 
54
+.BR update-grub (8).