Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 1 | The tarball has a texi file that doesn't parse with current texinfo, so if it's |
| 2 | being re-generated the build will fail. Take a patch from upstream to fix the |
| 3 | texi. |
| 4 | |
| 5 | Upstream-Status: Backport |
| 6 | Signed-off-by: Ross Burton <ross.burton@intel.com> |
| 7 | |
| 8 | From d4c4b8e1a085f92afcec36f6e590c6dfc51d0a1c Mon Sep 17 00:00:00 2001 |
| 9 | From: Bryan Hundven <bryanhundven@gmail.com> |
| 10 | Date: Mon, 08 Apr 2013 13:23:07 +0000 |
| 11 | Subject: * docs/grub-dev.texi: Move @itemize after @subsection to satisfy |
| 12 | |
| 13 | texinfo-5.1. |
| 14 | --- |
| 15 | (limited to 'docs/grub-dev.texi') |
| 16 | |
| 17 | diff --git a/docs/grub-dev.texi b/docs/grub-dev.texi |
| 18 | index a4a3820..f74c966 100644 |
| 19 | --- a/docs/grub-dev.texi |
| 20 | +++ b/docs/grub-dev.texi |
| 21 | @@ -1394,8 +1394,8 @@ grub_video_blit_glyph (&glyph, color, 0, 0); |
| 22 | |
| 23 | @node Bitmap API |
| 24 | @section Bitmap API |
| 25 | -@itemize |
| 26 | @subsection grub_video_bitmap_create |
| 27 | +@itemize |
| 28 | @item Prototype: |
| 29 | @example |
| 30 | grub_err_t grub_video_bitmap_create (struct grub_video_bitmap **bitmap, unsigned int width, unsigned int height, enum grub_video_blit_format blit_format) |
| 31 | -- |
| 32 | cgit v0.9.0.2 |