add more inlines to PDF
[libreriscv.git] / openpower / Makefile
index c7fb3fa3997a0ff174cdba47ce9642d5f1c074c2..63955d387129ae4330cbdada583bdeb5801db44f 100755 (executable)
@@ -14,9 +14,10 @@ tex:
        pandoc -f markdown -t latex --top-level-division=section \
                --filter pandoc_img.py \
             -N -o tex_out/svp64.tex sv/svp64.mdwn
+       ./mdwn_inline.py sv/svp64/appendix.mdwn tex_out/appendix.mdwn
        pandoc -f markdown -t latex --top-level-division=section \
                --filter pandoc_img.py \
-            -N -o tex_out/svp64_appendix.tex sv/svp64/appendix.mdwn
+            -N -o tex_out/svp64_appendix.tex tex_out/appendix.mdwn
        pandoc -f markdown -t latex --top-level-division=section \
                --filter pandoc_img.py \
             -N -o tex_out/compliancy_levels.tex sv/compliancy_levels.mdwn
@@ -61,9 +62,10 @@ tex:
                --filter pandoc_img.py \
                        -N -o tex_out/pseudocode_simplev.tex \
                        ../../openpower-isa/openpower/isa/simplev.mdwn
+       ./mdwn_inline.py sv/vector_ops.mdwn tex_out/vector_ops.mdwn
        pandoc -f markdown -t latex --top-level-division=section \
                --filter pandoc_img.py \
-                       -N -o tex_out/vector_ops.tex sv/vector_ops.mdwn
+                       -N -o tex_out/vector_ops.tex tex_out/vector_ops.mdwn
        pandoc -f markdown -t latex --top-level-division=section \
                --filter pandoc_img.py \
                        -N -o tex_out/cr_int_predication.tex sv/cr_int_predication.mdwn