projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80efc1a
)
add image convert in latex
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 30 Jun 2022 14:05:15 +0000
(15:05 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 30 Jun 2022 14:05:15 +0000
(15:05 +0100)
openpower/Makefile
patch
|
blob
|
history
diff --git
a/openpower/Makefile
b/openpower/Makefile
index fd1c2e0a3b1bef622ac13c6f8d9490acf8093681..b43aa030adfe001915c2b1829d222ff597e1bbc5 100755
(executable)
--- a/
openpower/Makefile
+++ b/
openpower/Makefile
@@
-5,6
+5,7
@@
tex:
pandoc -f markdown -t latex --top-level-division=section \
-N -o tex_out/sv.tex sv.mdwn
pandoc -f markdown -t latex --top-level-division=section \
+ --filter pandoc_img.py \
-N -o tex_out/overview.tex sv/overview.mdwn
pandoc -f markdown -t latex --top-level-division=section \
-N -o tex_out/svp64.tex sv/svp64.mdwn