Moved rule dependency to the right file, problem with inline.py
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Mon, 4 Jul 2022 20:11:02 +0000 (21:11 +0100)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Mon, 4 Jul 2022 20:11:02 +0000 (21:11 +0100)
openpower/Makefile

index 77c885fc025593a2230d0062b3e12dad04c86e3f..85e08afffa26cc00d648e1ba5c9e457879632cb0 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 pandoc_img.py
+tex_out/pseudocode_bitmanip.tex : $(ISA_DIR)/bitmanip.mdwn
        mkdir -p tex_out
        pandoc -f markdown -t latex --top-level-division=section \
                --filter pandoc_img.py \
@@ -255,7 +255,7 @@ tex_out/remap.tex: sv/remap.mdwn
                --filter pandoc_img.py \
             -N -o tex_out/remap.tex tex_out/remap.mdwn
 
-tex_out/bitmanip.tex: sv/bitmanip.mdwn
+tex_out/bitmanip.tex: sv/bitmanip.mdwn pandoc_img.py
        mkdir -p tex_out
        ./mdwn_inline.py sv/bitmanip.mdwn tex_out/bitmanip.mdwn
        pandoc -f markdown -t latex --top-level-division=section \