mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
the console. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@224 f3766cd6-281f-0410-b1cd-43a5c92072e9
10 lines
206 B
Makefile
10 lines
206 B
Makefile
#
|
|
# Documentation Makefile.
|
|
#
|
|
|
|
dochelp:
|
|
@printf ' LinuxBIOS internal documentation in different formats:'
|
|
@printf ' pdfdocs (PDF)'
|
|
|
|
pdfdocs:
|
|
@printf ' Not implemented yet. Please use lyx for now.'
|