chiark
/
gitweb
/
~mdw
/
drwho
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
82982da
)
Makefile: Make a list of files to be uploaded.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 8 Aug 2020 12:07:49 +0000
(13:07 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 8 Aug 2020 12:07:49 +0000
(13:07 +0100)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index a7519ff78e8d911919dae1eac8e729a49ab07348..61dc05122561b6cb51ab95fc05f6cff4258eaff6 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-31,6
+31,9
@@
V = 0
v_tag = $(call v_tag_$V,$0)
v_tag_0 = @printf " %-8s %s\n" "$1" "$@";
v_tag = $(call v_tag_$V,$0)
v_tag_0 = @printf " %-8s %s\n" "$1" "$@";
+UPLOAD += drwho.org
+
+UPLOAD += drwho.pdf drwho.ps
%.pdf: %.tex
$(call v_tag,PDFLATEX)pdflatex $<
%.pdf: %.tex
$(call v_tag,PDFLATEX)pdflatex $<
@@
-46,6
+49,5
@@
all:: drwho.pdf drwho.ps
clean::; rm -f *.pdf *.dvi *.ps *.log *.aux
upload:
clean::; rm -f *.pdf *.dvi *.ps *.log *.aux
upload:
- rsync -av drwho.tex drwho.org drwho.pdf \
- stratocaster:publish/public-html/
+ rsync -av $(UPLOAD) stratocaster:publish/public-html/
.PHONY: upload
.PHONY: upload