Temporarily added pandoc_img as dependency
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Mon, 4 Jul 2022 19:33:12 +0000 (20:33 +0100)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Mon, 4 Jul 2022 19:33:12 +0000 (20:33 +0100)
openpower/Makefile

index fd77e3311437f7b59e14cad8a6a57c3ef0f9e01f..77c885fc025593a2230d0062b3e12dad04c86e3f 100755 (executable)
@@ -184,7 +184,7 @@ tex_out/pseudocode_simplev.tex : $(ISA_DIR)/simplev.mdwn
                        -N -o tex_out/pseudocode_simplev.tex \
                        $(ISA_DIR)/simplev.mdwn
 
-tex_out/pseudocode_bitmanip.tex : $(ISA_DIR)/bitmanip.mdwn
+tex_out/pseudocode_bitmanip.tex : $(ISA_DIR)/bitmanip.mdwn pandoc_img.py
        mkdir -p tex_out
        pandoc -f markdown -t latex --top-level-division=section \
                --filter pandoc_img.py \