From: Luke Kenneth Casson Leighton Date: Sun, 2 Apr 2023 16:36:40 +0000 (+0100) Subject: splitting ls010 back into separate files X-Git-Tag: opf_rfc_ls012_v1~182 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8c3387a4acbc0de6ce62e9566466e63a50193f1d;p=libreriscv.git splitting ls010 back into separate files --- diff --git a/openpower/sv/rfc/Makefile b/openpower/sv/rfc/Makefile index 8771c275b..a05267f03 100644 --- 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 \