From: Luke Kenneth Casson Leighton Date: Mon, 4 Jul 2022 13:40:57 +0000 (+0100) Subject: alter targets slightly in pdf makefile X-Git-Tag: opf_rfc_ls005_v1~1345 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4a93cfde2227d264432fb4777d64853ceb7831dc;p=libreriscv.git alter targets slightly in pdf makefile --- diff --git a/openpower/Makefile b/openpower/Makefile index 1635d93a5..450bf9511 100755 --- a/openpower/Makefile +++ b/openpower/Makefile @@ -242,10 +242,12 @@ tex_out/bitmanip.tex: sv/bitmanip.mdwn --filter pandoc_img.py \ -N -o tex_out/bitmanip.tex tex_out/bitmanip.mdwn -pdf: simple_v_spec.tex tex +simple_v_spec.pdf : tex simple_v_spec.tex pdflatex -synctex=1 -interaction=nonstopmode simple_v_spec.tex -upload: tex pdf +pdf : simple_v_spec.pdf + +upload : pdf rsync -HPavz simple_v_spec.pdf \ libre-soc.org:/var/www/ftp.libre-riscv.org