Christophe Weblog Wiki Code Publications Music
support new `swank-repl:...` protocol (as well as old protocol)
[swankr.git] / Makefile
index fe099271b997f15820d40baf31dd80d8cfbb6c5a..29a94de2e7c963873e8b38f8307836ddfc614fe3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,15 @@
-WEBFILES=README.html BUGS.html TODO.html
+WEBFILES=README.html BUGS.html TODO.html .htaccess
 
 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)'
+       emacs --batch --visit README --load org-export.el
 
 %.html: %.org
-       emacs --batch --visit $^ --eval '(org-export-as-html nil)'
+       emacs --batch --visit $^ --load org-export.el
 
 clean:
        -rm $(WEBFILES)