diff options
author | Gustav Eek <gustav.eek@proceranetworks.com> | 2012-12-31 09:20:15 +0100 |
---|---|---|
committer | Gustav Eek <gustav.eek@proceranetworks.com> | 2012-12-31 09:20:15 +0100 |
commit | be16b6b46508ab8208504222a1e6a98ccaf6ac29 (patch) | |
tree | abb8925481f16f667ee1c431f82c7585706dc6be /by-laws | |
parent | d6f9d1f87bfc1a152109c4cc98d0f543416e0ae2 (diff) |
By-laws: Send function added to Makefile
Diffstat (limited to 'by-laws')
-rw-r--r-- | by-laws/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 *~ |