aboutsummaryrefslogtreecommitdiffstats
path: root/agenda/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'agenda/Makefile')
-rw-r--r--agenda/Makefile16
1 files changed, 2 insertions, 14 deletions
diff --git a/agenda/Makefile b/agenda/Makefile
index b22d8aa..fa862b5 100644
--- a/agenda/Makefile
+++ b/agenda/Makefile
@@ -2,9 +2,6 @@
#
# Gustav Eek 2011
-noarg:
- echo -e '\nThis script do not run without arguments. Run for example:\n\n make 2011-02-13-board-notes.pdf\n make all\n'
-
bma = board-meeting-agenda
yma = yearly-meeting-agenda
@@ -17,17 +14,8 @@ all: $(bma).pdf $(yma).pdf
do echo "Rerunning latex...." ; pdflatex $(basename $<).tex; latex_count=`expr $$latex_count - 1`; done
send: # sends to fripost.org for publication
- 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 rsync -ruvp 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
-test.d:
- mkdir test.d
+ umask 022 ;\
+ rsync -ruvp --chmod=Dugo+rx,Fugo+r *.pdf www.fripost.org:/var/www/fripost.org/minutes
clean:
rm *.aux *.bbl *.dvi *.log *.nav *.out *.snm *.toc *~