From: Luke Kenneth Casson Leighton Date: Thu, 8 Sep 2022 16:56:19 +0000 (+0100) Subject: add RFC makefile X-Git-Tag: opf_rfc_ls005_v1~603 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8d255b7d5b3b65addb835ae41f437a097493f07a;p=libreriscv.git add RFC makefile --- diff --git a/openpower/sv/rfc/Makefile b/openpower/sv/rfc/Makefile new file mode 100644 index 000000000..9687e8bf8 --- /dev/null +++ b/openpower/sv/rfc/Makefile @@ -0,0 +1,6 @@ +all: ls001.pdf + +ls001.pdf: ls001.mdwn + pandoc -V geometry:margin=0.3in \ + -V fontsize=9pt \ + -f markdown ls001.mdwn -s -o ls001.pdf