From: Jacob Lifshay Date: Tue, 6 Sep 2022 06:19:17 +0000 (-0700) Subject: make pdf the default make target X-Git-Tag: opf_rfc_ls005_v1~665 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3adc6adbbf72532db1a62aa635f78d91f1b05544;p=libreriscv.git make pdf the default make target --- diff --git a/openpower/Makefile b/openpower/Makefile index e1e51d304..ac8ed9862 100755 --- a/openpower/Makefile +++ b/openpower/Makefile @@ -1,4 +1,8 @@ #!/usr/bin/make -f +.PHONY: tex clean upload pdf + +pdf : simple_v_spec.pdf + ISA_DIR := ../../openpower-isa/openpower/isa SOURCE_TEX := \ tex_out/remap.tex \ @@ -424,8 +428,6 @@ simple_v_spec.pdf : tex simple_v_spec.tex pdflatex -synctex=1 -interaction=nonstopmode simple_v_spec.tex bibtex simple_v_spec.aux -pdf : simple_v_spec.pdf - upload : pdf rsync -HPavz simple_v_spec.pdf libre-soc.org: ssh libre-soc.org 'cp simple_v_spec.pdf /var/www/ftp.libre-riscv.org'