From b5086cc646ed03278c33b17790f1dd54a8c372ff Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Wed, 15 Mar 2023 19:58:57 -0700 Subject: [PATCH] reformat rfc makefile --- openpower/sv/rfc/Makefile | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/openpower/sv/rfc/Makefile b/openpower/sv/rfc/Makefile index 804c854ee..bf13b2e3b 100644 --- a/openpower/sv/rfc/Makefile +++ b/openpower/sv/rfc/Makefile @@ -2,18 +2,18 @@ all: ls001.pdf ls002.pdf ls003.pdf ls004.pdf ls005.pdf %.pdf: %.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 $*.mdwn \ - -s --normalize --smart --self-contained \ - -o $*.pdf + -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 $*.mdwn \ + -s --normalize --smart --self-contained \ + -o $*.pdf -upload : +upload: rsync -HPavz *.pdf libre-soc.org:opf_isa_wg/ ssh libre-soc.org 'cp opf_isa_wg/*.pdf /var/www/ftp.libre-riscv.org/opf_ext_rfc/' -- 2.30.2