From be16b6b46508ab8208504222a1e6a98ccaf6ac29 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Mon, 31 Dec 2012 09:20:15 +0100 Subject: By-laws: Send function added to Makefile --- by-laws/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'by-laws') diff --git a/by-laws/Makefile b/by-laws/Makefile index af01b77..0dbca76 100644 --- a/by-laws/Makefile +++ b/by-laws/Makefile @@ -23,5 +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/ + clean: rm *.aux *.bbl *.dvi *.log *.nav *.out *.snm *.toc *~ -- cgit v1.2.3