From d7f2b8e82481355c9313705b00105fb781882361 Mon Sep 17 00:00:00 2001 From: Gulliver Date: Sun, 1 Aug 2021 18:14:46 +0200 Subject: [PATCH] all result are copied into one (bundle) dir as make target --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c5f7b4c..27cbc0f 100644 --- a/Makefile +++ b/Makefile @@ -12,11 +12,12 @@ crowbook: sphinx: $(MAKE) -C sphinx singlehtml epub latexpdf -bundle: +bundle: all -mkdir bundle cp mdbook/book/epub/RTFM\ -\ Das\ WTF\ Kooperative\ Handbuch.epub bundle/mdbook_RTFM\ -\ Das\ WTF\ Kooperative\ Handbuch.epub cp crowbook/wtf-handbook.epub bundle/crowbook_wtf-handbook.epub cp crowbook/wtf-handbook.pdf bundle/crowbook_wtf-handbook.pdf cp crowbook/wtf-handbook.html bundle/crowbook_wtf_handbook.html cp sphinx/build/epub/DasHandbuchzurWTFeG.epub bundle/sphinx_DasHandbuchzurWTFeG.epub + cp sphinx/build/latex/dashandbuchzurwtfeg.pdf bundle/sphinx_DasHandbuchzurWTFeG.pdf rsync -av --delete sphinx/build/singlehtml/ bundle/sphinx_html