From 195067d023600b040ad9f97edcd0db55161ea747 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt 
Date: Thu, 30 Oct 2014 22:43:34 +0100
Subject: [PATCH] Minor changes to cleanup log.
---
 Makefile.gh-pages | 2 +-
 Makefile.sf-files | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.gh-pages b/Makefile.gh-pages
index 39b497538..d9d1c1165 100644
--- a/Makefile.gh-pages
+++ b/Makefile.gh-pages
@@ -16,5 +16,5 @@ ifdef GH_TOKEN
 	cp html/*.* $(GH_PAGES)/doc
 	cd $(GH_PAGES) && git add -A doc
 	cd $(GH_PAGES) && git commit -m "Updated from commit $(TRAVIS_COMMIT)."
-	cd $(GH_PAGES) && git push
+	-cd $(GH_PAGES) && git push
 endif
diff --git a/Makefile.sf-files b/Makefile.sf-files
index 67c00e7ec..0eefffc77 100644
--- a/Makefile.sf-files
+++ b/Makefile.sf-files
@@ -2,7 +2,7 @@
 
 .SUFFIXES:
 
-SCPFLAGS = -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no
+SCPFLAGS = -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -q
 
 SF_USER = oliverschmidt
 SF_HOST = frs.sourceforge.net
-- 
2.39.5