diff options
Diffstat (limited to '2012/Makefile')
-rw-r--r-- | 2012/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/2012/Makefile b/2012/Makefile index 2b3113c..98d92e4 100644 --- a/2012/Makefile +++ b/2012/Makefile @@ -47,12 +47,10 @@ $(minutes1).pdf: $(minutes1).tex ../preamble/preamble.tex # Sends to fripost.org for publication send: - umask 022 rsync -ruvp --chmod=Dugo+rx,Fugo+r *.pdf fripost@fripost.org:fripost.org/minutes/ # Debuging and testing send-test: test.d/test - umask 022 rsync -ruvp --chmod=Dugo+rx,Fugo+r test.d/ fripost@fripost.org:fripost.org/minutes/ test.d/test: test.d echo This is the test file for fripost-web. > test.d/test |