From c2d280c145f26f28cbbba0018f78a669691be559 Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Mon, 14 Nov 2022 15:34:37 +0100 Subject: [PATCH] feat: enable generation instruction --- readme.md | 9 ++++++++- source/conf.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) 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)'