From 5eb279523c7cd513bdf9a90df42601cc6835cfbe Mon Sep 17 00:00:00 2001
From: Christophe Rhodes <csr21@cantab.net>
Date: Fri, 8 Oct 2010 10:14:15 +0100
Subject: [PATCH] webup Makefile target

for no better reason than my convenience
---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

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)'
 
-- 
2.39.5