M Flyerbooks/Makefile +2 -2
@@ 10,11 10,11 @@ fanwood_license = ../Quelldateien/Schrif
flyer-scenario-bundle-grt2023.zip: flyerbuch-trekk-eigenes-leid-v0.2.pdf flyerbuch-der-steuern-raeuber-v0.2.pdf flyerbuch-der-fluss-der-lieder-v0.2.pdf flyerbuch-der-sturm-v0.1.pdf errata-grt-2023.pdf
rm -rf flyer-scenario-bundle
mkdir -p flyer-scenario-bundle
- cp $< flyer-scenario-bundle/
+ cp $^ flyer-scenario-bundle/
zip -r -9 $@ flyer-scenario-bundle
errata-grt-2023.pdf: errata-grt-2023.org
- emacs -e org-html-export-to-pdf -e kill-emacs
+ emacs -q --exec "(require 'org)" --find-file "$<" -e org-latex-export-to-pdf -e kill-emacs
flyer-src.zip : $(leiten_sources) $(fonts)