From 3177fe91c03b913c49d9ba3990c70ce28f88f5fe Mon Sep 17 00:00:00 2001 From: Ben Lynn Date: Mon, 7 Mar 2011 01:54:49 -0800 Subject: [PATCH] Removed Makefile targets which only I use. --- Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Makefile b/Makefile index 19215ea..b45e4cf 100644 --- a/Makefile +++ b/Makefile @@ -65,11 +65,3 @@ $(foreach l,$(LANGS),book-$(l).pdf): book-%.pdf: book-%.xml clean: -rm -rf $(foreach l,$(LANGS),book-$(l).pdf book-$(l).xml book-$(l).html book-$(l)) - -sync: target - rsync -r book.html book.pdf book/* blynn@xenon.stanford.edu:www/gitmagic/intl/$(LANG)/ - -public: - git push blynn@git.or.cz:srv/git/gitmagic.git - git push git@github.com:blynn/gitmagic.git - git push git@gitorious.org:gitmagic/mainline.git -- 2.11.4.GIT