diff options
-rw-r--r-- | by-laws/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 *~ |