Christophe Weblog Wiki Code Publications Music
webup Makefile target
authorChristophe Rhodes <csr21@cantab.net>
Fri, 8 Oct 2010 09:14:15 +0000 (10:14 +0100)
committerChristophe Rhodes <csr21@cantab.net>
Fri, 8 Oct 2010 09:14:15 +0000 (10:14 +0100)
for no better reason than my convenience

Makefile

index fe099271b997f15820d40baf31dd80d8cfbb6c5a..a3e09b8801a680e4732c05752aa00986bf7a818f 100644 (file)
--- 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)'