[PATCH] Fix TexInfo error

This fixes buiilding the docs with recent texinfo, where some warnings
became errors. (Debian bug #712332).

Patch from Daniel Schepler <dschepler@gmail.com>.

Gbp-Pq: Name 0011-Fix-TexInfo-error.patch
This commit is contained in:
Gergely Nagy 2013-08-12 09:41:41 +02:00 committed by openKylinBot
parent b9c333b063
commit af9871005f
1 changed files with 5 additions and 5 deletions

View File

@ -29,11 +29,11 @@ this permission notice are preserved on all copies.
@titlepage
@title{AA-lib @value{VERSION}}
@subtitle{An ascii-art library}
@subtitle{API-DESCRIPTION}
@title AA-lib @value{VERSION}
@subtitle An ascii-art library
@subtitle API-DESCRIPTION
@author{Jan Hubi@v cka & Kamil Toman}
@author Jan Hubi@v cka & Kamil Toman
@tex
Dukelsk\'ych bojovn\'\i ku 1944
@end tex
@ -1318,7 +1318,7 @@ To write new driver is quite easy. You need to implement just few very basic
functions (like initialization, drawing to screen etc...) and register it in
the driver registry. There is separate drivers for screen, mouse and keyboard.
@subsection Display driver
@section Display driver
Display driver is the most significant driver (of course) so it is recomended
to implement it first. Its structure is as follows: