From 3c0bca508c095688c89a7884f2440efb7c308424 Mon Sep 17 00:00:00 2001 From: Lars Pelz Date: Thu, 11 Jun 2020 14:52:12 +0200 Subject: [PATCH] fixed paths in doc build scripts, will now put generated images in same dir as pdf output --- doc/manuals/MicroDexed-User_Manual/build.sh | 2 +- doc/manuals/MicroDexed/build.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manuals/MicroDexed-User_Manual/build.sh b/doc/manuals/MicroDexed-User_Manual/build.sh index 1595a17..564f70e 100755 --- a/doc/manuals/MicroDexed-User_Manual/build.sh +++ b/doc/manuals/MicroDexed-User_Manual/build.sh @@ -4,7 +4,7 @@ LCDIMG="../../bin/gen_lcd_screen.sh ../../images" -${LCDIMG} " MicroDexed" " User Manual" images/00_MD_User_Manual.jpg +${LCDIMG} " MicroDexed" " User Manual" 00_MD_User_Manual.jpg pandoc MicroDexed-User_Manual.md \ -V 'geometry:a4paper' \ diff --git a/doc/manuals/MicroDexed/build.sh b/doc/manuals/MicroDexed/build.sh index b7b6424..72a5ce1 100755 --- a/doc/manuals/MicroDexed/build.sh +++ b/doc/manuals/MicroDexed/build.sh @@ -2,10 +2,10 @@ # # sudo apt install wkhtmltopdf pandoc -LCDIMG="../../bin/gen_lcd_screen.sh ../../images" +LCDIMG="../../bin/gen_lcd_screen.sh ../../images/" #${LCDIMG} " MicroDexed" "%round-brace-open%c%round-brace-close%parasiTstudio" images/00_MD_boot.jpg -${LCDIMG} " Let there be" "music and peace%note%" images/01_MD_Peace.jpg +${LCDIMG} " Let there be" "music and peace%note%" 01_MD_Peace.jpg pandoc MicroDexed.md \ -V 'geometry:a4paper' \