From: Mark Wooding Date: Sat, 8 Aug 2020 11:57:52 +0000 (+0100) Subject: Makefile (upload): Also upload the old `.org' file. X-Git-Url: https://git.distorted.org.uk/~mdw/drwho/commitdiff_plain/392da7a7ce02b8ec9e4b61d219abd485c13c7962 Makefile (upload): Also upload the old `.org' file. --- diff --git a/Makefile b/Makefile index 90cb459..a7519ff 100644 --- 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