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 90cb459..a7519ff 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