From 17c803d03d20f84cb37873e05d1539dbe7d43a77 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Sat, 3 Aug 2013 13:58:18 -0400 Subject: Some 1.0.0 cruft I'll figure out `make release` someday. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 85c280b..2b9bd6a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,6 +37,6 @@ build-docs: upload-docs: build-docs cd gh-pages ; \ git commit -am "update pages" ; \ - git push $(ORIGIN_URL) gh-pages ; \ + git push -f $(ORIGIN_URL) gh-pages ; \ cd .. && \ rm -rf gh-pages -- cgit v1.2.3