X-Git-Url: http://christophe.rhodes.io/gitweb/?p=swankr.git;a=blobdiff_plain;f=Makefile;h=29a94de2e7c963873e8b38f8307836ddfc614fe3;hp=fe099271b997f15820d40baf31dd80d8cfbb6c5a;hb=30b283c2edbb275ea1dcda80bffc46a0d29d8465;hpb=7b84546419ddbfc60ed2161f269aa75934330cfe diff --git a/Makefile b/Makefile index fe09927..29a94de 100644 --- 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)