Christophe Weblog Wiki Code Publications Music
Merge pull request #4 from legoscia/master
[swankr.git] / Makefile
index a3e09b8801a680e4732c05752aa00986bf7a818f..29a94de2e7c963873e8b38f8307836ddfc614fe3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-WEBFILES=README.html BUGS.html TODO.html
+WEBFILES=README.html BUGS.html TODO.html .htaccess
 
 web: $(WEBFILES)
 
@@ -6,10 +6,10 @@ 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)