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' \