From b4292d8c2a8036f5ca8f4469d7aa858b5508b733 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 5 Jul 2022 17:37:12 +0100 Subject: [PATCH] correct big int analysis page in pdf makefile --- openpower/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/Makefile b/openpower/Makefile index 6c4c4ff36..b605faf3e 100755 --- a/openpower/Makefile +++ b/openpower/Makefile @@ -50,7 +50,7 @@ tex_out/big_integer_analysis.tex : sv/biginteger/analysis.mdwn mkdir -p tex_out pandoc -f markdown -t latex --top-level-division=section \ --filter pandoc_img.py \ - -N -o tex_out/big_integer_analysis.tex sv/big_integer_analysis.mdwn + -N -o tex_out/big_integer_analysis.tex sv/biginteger/analysis.mdwn tex_out/pseudocode_fixedlogical.tex : $(ISA_DIR)/fixedlogical.mdwn mkdir -p tex_out -- 2.30.2