diff --git a/.gitignore b/.gitignore index d898dfd..ff2c368 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -buch.pdf -buch.epub +*.pdf +*.epub diff --git a/Makefile b/Makefile index b5789c9..465c479 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ -TITLE := KI Story -AUTHOR := Stefan Mühlinghaus +TITLE := Operation Sterling +AUTHOR := Jazzman +FILENAME := operation-sterling DOCKER_CMD := docker run --rm -v "$(shell pwd):/data" --user $(shell id -u):$(shell id -g) fpod/pandoc-weasyprint .PHONY: all pdf epub clean @@ -12,14 +13,14 @@ pdf: --metadata author="$(AUTHOR)" \ --pdf-engine=weasyprint \ --css=style.css \ - -o buch.pdf + -o $(FILENAME).pdf epub: $(DOCKER_CMD) akt*/*.md \ --metadata title="$(TITLE)" \ --metadata author="$(AUTHOR)" \ --css=style.css \ - -o buch.epub + -o $(FILENAME).epub clean: - rm -f buch.pdf buch.epub + rm -f $(FILENAME).pdf $(FILENAME).epub diff --git a/PLAN.md b/PLAN.md index 7e1bc42..bc71d6a 100644 --- a/PLAN.md +++ b/PLAN.md @@ -1,4 +1,4 @@ -# Projektplan: [Arbeitstitel: Der Vertrag der Verlässlichkeit] +# Projektplan: Operation Sterling ## 1. Überblick Eine Geschichte über eine Frau und einen Mann, die eine pragmatische Zweckehe eingehen, um gemeinsam eine Familie zu gründen, während sie die Risiken einer klassischen Liebesbeziehung meiden. Im Zentrum steht die Entwicklung von gegenseitigem Respekt und Loyalität, die durch eine externe Bedrohung (eine Intrige) auf die Probe gestellt wird.