diff --git a/readme.md b/readme.md index 717da1a..7b9da2d 100644 --- a/readme.md +++ b/readme.md @@ -42,12 +42,19 @@ pip install -r requirements.txt ## Running Generator via Make -The top level directory contains a Makefile, for generation with all output formats use +The top level directory contains a Makefile. +Generate HTML output like this. ````` make html ````` +Generate PDF output like this. + +````` +make latexpdf +````` + The output files of the final handbook can be found in the subfolder `./build`. All generated intermediate artifacts and the final output files can be found in the `./build` subfolder. diff --git a/source/conf.py b/source/conf.py index f650cf8..6e95926 100644 --- a/source/conf.py +++ b/source/conf.py @@ -17,7 +17,7 @@ # -- Project information ----------------------------------------------------- -project = 'Handbuch' +project = 'RTFM - Das Handbuch der Free Fleet Management Initiative' copyright = '2022, ' author = 'Software Ingenieur Begerad (SIB)'