mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
* add config.h so the Ron's latest changes build. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@60 f3766cd6-281f-0410-b1cd-43a5c92072e9
11 lines
207 B
Makefile
11 lines
207 B
Makefile
#
|
|
# Documentation Makefile
|
|
#
|
|
|
|
|
|
dochelp:
|
|
@echo ' LinuxBIOS internal documentation in different formats:'
|
|
@echo ' pdfdocs (PDF)'
|
|
|
|
pdfdocs:
|
|
@echo ' Not implemented yet. Please use lyx for now.'
|