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:
9a05446
)
Makefile (upload): Use `rsync', because it wins.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 8 Aug 2020 11:57:32 +0000
(12:57 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 8 Aug 2020 11:57:32 +0000
(12:57 +0100)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index e901aabf11a1c7e582762e6439d0e7c0f851f7e3..90cb459448b0c6592501b4867fbd3aaec01ffffc 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-46,5
+46,5
@@
all:: drwho.pdf drwho.ps
clean::; rm -f *.pdf *.dvi *.ps *.log *.aux
upload:
clean::; rm -f *.pdf *.dvi *.ps *.log *.aux
upload:
-
scp
drwho.tex drwho.pdf stratocaster:publish/public-html/
+
rsync -av
drwho.tex drwho.pdf stratocaster:publish/public-html/
.PHONY: upload
.PHONY: upload