Christophe Weblog Wiki Code Publications Music
improve html export of org files
[swankr.git] / Makefile
index fe099271b997f15820d40baf31dd80d8cfbb6c5a..07dfaa5ade8898d4080ad283949921a48d07ddab 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,14 @@ 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)'
+       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)