diff options
-rw-r--r-- | meta/recipes-devtools/remake/remake/remake-remove-errors-about-colophon-and-cygnus-comma.patch | 39 | ||||
-rw-r--r-- | meta/recipes-devtools/remake/remake_git.bb | 4 |
2 files changed, 42 insertions, 1 deletions
diff --git a/meta/recipes-devtools/remake/remake/remake-remove-errors-about-colophon-and-cygnus-comma.patch b/meta/recipes-devtools/remake/remake/remake-remove-errors-about-colophon-and-cygnus-comma.patch new file mode 100644 index 0000000000..98b646092b --- /dev/null +++ b/meta/recipes-devtools/remake/remake/remake-remove-errors-about-colophon-and-cygnus-comma.patch | |||
@@ -0,0 +1,39 @@ | |||
1 | From 1316f10a97a4a2f5d11a30ec367aa61101318742 Mon Sep 17 00:00:00 2001 | ||
2 | From: "Maxin B. John" <maxin.john@enea.com> | ||
3 | Date: Wed, 6 Aug 2014 15:05:56 +0200 | ||
4 | Subject: [PATCH] remake: remove errors about @colophon and @cygnus commands | ||
5 | not defined | ||
6 | |||
7 | texinfo5 needs replacing @ with @@ when it is part of the text | ||
8 | |||
9 | Upstream-Status: Backport | ||
10 | Signed-off-by: Maxin B. John <maxin.john@enea.com> | ||
11 | --- | ||
12 | doc/remake.texi | 4 ++-- | ||
13 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
14 | |||
15 | diff --git a/doc/remake.texi b/doc/remake.texi | ||
16 | index cd73437..fa5ba16 100644 | ||
17 | --- a/doc/remake.texi | ||
18 | +++ b/doc/remake.texi | ||
19 | @@ -2752,7 +2752,7 @@ this list, we would like to add your names! | ||
20 | @printindex cp | ||
21 | |||
22 | @tex | ||
23 | -% I think something like @colophon should be in texinfo. In the | ||
24 | +% I think something like @@colophon should be in texinfo. In the | ||
25 | % meantime: | ||
26 | \long\def\colophon{\hbox to0pt{}\vfill | ||
27 | \centerline{The body of this manual is set in} | ||
28 | @@ -2764,7 +2764,7 @@ this list, we would like to add your names! | ||
29 | \centerline{{\sl\fontname\tensl\/}} | ||
30 | \centerline{are used for emphasis.}\vfill} | ||
31 | \page\colophon | ||
32 | -% Blame: doc@cygnus.com, 1991. | ||
33 | +% Blame: doc@@cygnus.com, 1991. | ||
34 | @end tex | ||
35 | |||
36 | @bye | ||
37 | -- | ||
38 | 1.9.1 | ||
39 | |||
diff --git a/meta/recipes-devtools/remake/remake_git.bb b/meta/recipes-devtools/remake/remake_git.bb index 405c69f6a6..2ba2b809f8 100644 --- a/meta/recipes-devtools/remake/remake_git.bb +++ b/meta/recipes-devtools/remake/remake_git.bb | |||
@@ -5,7 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | |||
5 | file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" | 5 | file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" |
6 | require remake.inc | 6 | require remake.inc |
7 | 7 | ||
8 | SRC_URI += "file://version-remake.texi.patch" | 8 | SRC_URI += "file://version-remake.texi.patch \ |
9 | file://remake-remove-errors-about-colophon-and-cygnus-comma.patch \ | ||
10 | " | ||
9 | SRCREV = "f05508e521987c8494c92d9c2871aec46307d51d" | 11 | SRCREV = "f05508e521987c8494c92d9c2871aec46307d51d" |
10 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
11 | 13 | ||