From 1d5e73e1826bc96243927c0a185cb97f90b26bef Mon Sep 17 00:00:00 2001 From: Andrey Miroshnikov Date: Mon, 4 Jul 2022 21:11:02 +0100 Subject: [PATCH] Moved rule dependency to the right file, problem with inline.py --- openpower/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpower/Makefile b/openpower/Makefile index 77c885fc0..85e08afff 100755 --- a/openpower/Makefile +++ b/openpower/Makefile @@ -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 \ -- 2.30.2