fixed paths in doc build scripts, will now put generated images in same dir as pdf output

pull/32/head
Lars Pelz 4 years ago
parent ef38c5fda2
commit 3c0bca508c
  1. 2
      doc/manuals/MicroDexed-User_Manual/build.sh
  2. 4
      doc/manuals/MicroDexed/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' \

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

Loading…
Cancel
Save