X-Git-Url: http://christophe.rhodes.io/gitweb/?p=swankr.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=a3e09b8801a680e4732c05752aa00986bf7a818f;hp=fe099271b997f15820d40baf31dd80d8cfbb6c5a;hb=5eb279523c7cd513bdf9a90df42601cc6835cfbe;hpb=16e6dc8f53a9ae9af754fae24cb83aa82f933229 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)'