projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b4d1b8
)
splitting ls010 back into separate files
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 2 Apr 2023 16:36:40 +0000
(17:36 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 2 Apr 2023 16:36:40 +0000
(17:36 +0100)
openpower/sv/rfc/Makefile
patch
|
blob
|
history
diff --git
a/openpower/sv/rfc/Makefile
b/openpower/sv/rfc/Makefile
index 8771c275b9ed7d0d73386d299fbbd1a6b0aa7492..a05267f03b6834fe8886da3e23ff52e5ea1f9955 100644
(file)
--- a/
openpower/sv/rfc/Makefile
+++ b/
openpower/sv/rfc/Makefile
@@
-1,5
+1,19
@@
all: ls001.pdf ls002.pdf ls003.pdf ls004.pdf ls005.pdf ls006.pdf ls007.pdf
+ls010.pdf: ls010.mdwn ../ldst.mdwn
+ pandoc \
+ -V margin-top=0.9in \
+ -V margin-bottom=0.9in \
+ -V margin-left=0.4in \
+ -V margin-right=0.4in \
+ -V fontsize=9pt \
+ -V papersize=legal \
+ -V linkcolor=blue \
+ -f markdown ls010.mdwn ../ldst.mdwn \
+ -s --self-contained \
+ --mathjax \
+ -o ls010.pdf
+
%.pdf: %.mdwn
pandoc \
-V margin-top=0.9in \