gitto/site/Makefile

18 lines
290 B
Makefile
Raw Permalink Normal View History

.PHONY: export publish
all:
2013-05-27 22:51:54 +02:00
export: manual
emacs -batch -l project.el -f org-publish-all
publish: export
rsync -avuz --delete --exclude='*~' _publish/ \
ryuslash.org:public_html/orgweb/projects/gitto
2013-05-27 22:51:54 +02:00
manual:
$(MAKE) -C "$(CURDIR)"/../doc html
clean:
rm -f *.elc
rm -rf _publish