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