mirror of https://gitee.com/openkylin/aalib.git
[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:
parent
b9c333b063
commit
af9871005f
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue