aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGustav Eek <gustaveek@student.gu.se>2011-02-14 00:26:22 +0100
committerGustav Eek <gustaveek@student.gu.se>2011-02-14 00:26:22 +0100
commit9d85ccad0e64dcc77719267a8f3e03823fc456e3 (patch)
tree1bc70af68bfe0a6f18a80c34fac6bbe5a926a28c /Makefile
parent68ad150e418ded0a2a93ee2bd7bd5b21935bf94f (diff)
New and missing minuets, from 2011-01-10 and 2011-02-13, added.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6ef77cc..08f617e 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ fripost-web: # creates home page
find publish -name "*~" -delete
send: # sends to fripost.org for publication
- rsync -ruvp publish/ fripost@fripost.org/fripost.org/
+ rsync -ruvp publish/ fripost@fripost.org:fripost.org/
clean:
rm *~*; rm test test.d/test; rmdir test.d