From b60bc4826781607fa998e3c2f915d73b03e9f5bd Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 9 Sep 2022 05:41:19 +0100 Subject: [PATCH] add upload --- openpower/sv/rfc/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/openpower/sv/rfc/Makefile b/openpower/sv/rfc/Makefile index 3efa56b01..d6a0fd83c 100644 --- a/openpower/sv/rfc/Makefile +++ b/openpower/sv/rfc/Makefile @@ -8,3 +8,10 @@ ls001.pdf: ls001.mdwn -f markdown ls001.mdwn \ -s --normalize --smart --self-contained \ -o ls001.pdf + +upload : + rsync -HPavz *.pdf libre-soc.org: + ssh libre-soc.org 'cp *..pdf /var/www/ftp.libre-riscv.org/opf_ext_rfc/' + +clean: + rm -fr *.pdf -- 2.30.2