From: Luke Kenneth Casson Leighton Date: Tue, 5 Jul 2022 16:37:12 +0000 (+0100) Subject: correct big int analysis page X-Git-Tag: opf_rfc_ls005_v1~1321 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b4292d8c2a8036f5ca8f4469d7aa858b5508b733;p=libreriscv.git correct big int analysis page in pdf makefile --- 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