From: Jacob Lifshay Date: Fri, 29 Jul 2022 08:51:50 +0000 (-0700) Subject: change Makefile to detect changes in texmunge.py X-Git-Tag: opf_rfc_ls005_v1~957 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7b5986944a419927e16c82a37e88e0ada282bcd8;p=libreriscv.git change Makefile to detect changes in texmunge.py --- diff --git a/openpower/Makefile b/openpower/Makefile index 9fa1761e0..95d1037d9 100755 --- a/openpower/Makefile +++ b/openpower/Makefile @@ -46,7 +46,7 @@ SOURCE_TEX := tex_out/remap.tex \ tex: $(SOURCE_TEX) mkdir -p tex_out -tex_out/comparison_table.tex : sv/comparison_table.mdwn +tex_out/comparison_table.tex : sv/comparison_table.mdwn texmunge.py mkdir -p tex_out pandoc -f markdown -t latex --top-level-division=section \ --filter pandoc_img.py \