chiark / gitweb /
Makefile (upload): Also upload the old `.org' file.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 8 Aug 2020 11:57:52 +0000 (12:57 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 8 Aug 2020 11:57:52 +0000 (12:57 +0100)
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