From 574d74644e8f68b2a4db40a05b3b06bc8a50ae07 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Mon, 31 Dec 2012 09:39:20 +0100 Subject: Makefile update --- by-laws/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'by-laws') diff --git a/by-laws/Makefile b/by-laws/Makefile index 0dbca76..dbf6096 100644 --- a/by-laws/Makefile +++ b/by-laws/Makefile @@ -23,8 +23,8 @@ $(bylaws1).pdf: $(bylaws1).tex $(bylaws1).main.tex ../preamble/preamble.tex do echo "Rerunning latex...." ; pdflatex $(bylaws1).tex; latex_count=`expr $$latex_count - 1`; done mv $(bylaws1).main.pdf $@ -send: $(bylaws2).pdf - rsync -ruvp --chmod=Dugo+rx,Fugo+r $^ fripost@fripost.org:fripost.org/minutes/ +send: + rsync -ruvp --chmod=Dugo+rx,Fugo+r *.pdf fripost@fripost.org:fripost.org/minutes/ clean: rm *.aux *.bbl *.dvi *.log *.nav *.out *.snm *.toc *~ -- cgit v1.2.3