source: trunk/manual/GNUmakefile@ 242

Last change on this file since 242 was 207, checked in by Ben Rietbroek, 8 years ago

Added the build-files for the Manual [v1.1.1-testing]

Note the 'fc.mnu' file which contains a detailed build-menu.
Pressing F2 from within file-commander in the 'manual' directory will
present this build-menu.

CAUTION:
This is a testbuild !
AirBoot uses the BIOS to access disks and a small coding error can trash
partition tables or other vital disk structures. You are advised to make
backups of TRACK0 and EBRs before using this testbuild. More info at:
https://rousseaux.github.io/netlabs.air-boot/pdf/AirBoot-v1.1.0-manual.pdf

File size: 787 bytes
Line 
1###############################################################################
2# GNUmakefile :: Master Entrypoint for the 'GNU Make' build utility #
3# --------------------------------------------------------------------------- #
4# GNU Make always first looks for a file called 'GNUmakefile' before looking #
5# for the usual 'Makefile' or 'makefile' names. To enable a flexible build #
6# environment, this 'GNUmakefile' redirects 'make' to the actual commands to #
7# do the building. Such a redirection can be as simple as just including the #
8# real GNU Makefile to invoking other (foreign) build tools. #
9###############################################################################
10
11# Simply include the real GNU Makefile
12include airboot-manual.gmk
Note: See TracBrowser for help on using the repository browser.