From 392da7a7ce02b8ec9e4b61d219abd485c13c7962 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 8 Aug 2020 12:57:52 +0100 Subject: [PATCH 1/1] Makefile (upload): Also upload the old `.org' file. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.11.0