tex_out/fcvt.tex tex_out/fclass.tex \
tex_out/int_fp_mv.tex tex_out/av_opcodes.tex \
tex_out/big_integer.tex \
+ tex_out/pseudocode_fixedshift.tex \
tex_out/pseudocode_svfparith.tex \
tex_out/pseudocode_fixedarith.tex \
tex_out/pseudocode_fixedlogical.tex \
tex_out/big_integer_analysis.tex \
tex_out/vector_isas.tex
+# Does this umbrella rule need to be modified?
tex: $(SOURCE_TEX)
mkdir -p tex_out
--filter pandoc_img.py \
-N -o tex_out/big_integer.tex sv/biginteger.mdwn
+tex_out/pseudocode_fixedshift.tex : ../../openpower-isa/openpower/isa/fixedshift.mdwn
+ mkdir -p tex_out
+ pandoc -f markdown -t latex --top-level-division=section \
+ --filter pandoc_img.py \
+ -N -o tex_out/pseudocode_fixedshift.tex \
+ ../../openpower-isa/openpower/isa/fixedshift.mdwn
+
tex_out/svp64_appendix.tex: sv/svp64/appendix.mdwn
mkdir -p tex_out
./mdwn_inline.py sv/svp64/appendix.mdwn tex_out/appendix.mdwn