Skip to content
Makefile 312 B
Newer Older
WEBFILES=README.html BUGS.html TODO.html .htaccess
Christophe Rhodes's avatar
Christophe Rhodes committed
webup: web
	scp $(WEBFILES) common-lisp.net:public_html/swankr/

	emacs --batch --visit README --load org-export.el
	emacs --batch --visit $^ --load org-export.el

clean:
	-rm $(WEBFILES)

.PHONY: web clean