diff options
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 *~ |