mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
- Add proper Build and Makefile files in Source/Doc directory - Switch preprocessing from pp to m4 which is more supportable across platforms - Building of documentation is still done manually as needed, but it is now easy to do under either Windows or Linux using provided files
5 lines
66 B
Batchfile
5 lines
66 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
pushd Doc && call Build || exit /b & popd
|