aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9fd1521..db6ed36 100644
--- a/Makefile
+++ b/Makefile
@@ -11,8 +11,7 @@ gh-pages: docs
cp doc/*.1.html /tmp/einhyrningsins-ronn
git checkout gh-pages
cp /tmp/einhyrningsins-ronn/*.html .
- cp einhyrningsins.1.html index.html
git add -u *.html
- git commit -m "updating rendered manpage for github docs"
+ git commit -m "updating rendered manpage for github docs" || true
git checkout master
rm -r /tmp/einhyrningsins-ronn