From: Andrey Miroshnikov Date: Mon, 4 Jul 2022 20:11:02 +0000 (+0100) Subject: Moved rule dependency to the right file, problem with inline.py X-Git-Tag: opf_rfc_ls005_v1~1325 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1d5e73e1826bc96243927c0a185cb97f90b26bef;p=libreriscv.git Moved rule dependency to the right file, problem with inline.py --- 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 \