From: Christophe Rhodes <csr21@cantab.net>
Date: Fri, 8 Oct 2010 09:14:15 +0000 (+0100)
Subject: webup Makefile target
X-Git-Url: http://christophe.rhodes.io/gitweb/?a=commitdiff_plain;h=5eb279523c7cd513bdf9a90df42601cc6835cfbe;p=swankr.git

webup Makefile target

for no better reason than my convenience
---

diff --git a/Makefile b/Makefile
index fe09927..a3e09b8 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,9 @@ WEBFILES=README.html BUGS.html TODO.html
 
 web: $(WEBFILES)
 
+webup: web
+	scp $(WEBFILES) common-lisp.net:public_html/swankr/
+
 README.html: README
 	emacs --batch --visit README  --eval '(org-export-as-html nil)'