X-Git-Url: http://christophe.rhodes.io/gitweb/?p=swankr.git;a=blobdiff_plain;f=Makefile;h=29a94de2e7c963873e8b38f8307836ddfc614fe3;hp=a3e09b8801a680e4732c05752aa00986bf7a818f;hb=837e63c1974467ce2ffa87e9e9694a750497c05c;hpb=5eb279523c7cd513bdf9a90df42601cc6835cfbe diff --git a/Makefile b/Makefile index a3e09b8..29a94de 100644 --- 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)