# HG changeset patch # User Steve Losh # Date 1574033377 18000 # Node ID 1625b5eda50ffeb268b3903d88a204388f87c182 # Parent 3e34737c4a7e9659d64d5832e7739c00777d4826 Fix Makefile for the Atlassiapocalypse diff -r 3e34737c4a7e -r 1625b5eda50f Makefile --- a/Makefile Sun Nov 17 18:24:52 2019 -0500 +++ b/Makefile Sun Nov 17 18:29:37 2019 -0500 @@ -34,7 +34,8 @@ docs: docs/build/index.html pubdocs: docs - hg -R ~/src/sjl.bitbucket.org pull -u - rsync --delete -a ./docs/build/ ~/src/sjl.bitbucket.org/bobbin - hg -R ~/src/sjl.bitbucket.org commit -Am 'bobbin: Update site.' - hg -R ~/src/sjl.bitbucket.org push + hg -R ~/src/docs.stevelosh.com pull -u upstream + rsync --delete -a ./docs/build/ ~/src/docs.stevelosh.com/bobbin + hg -R ~/src/docs.stevelosh.com commit -Am 'bobbin: Update site.' + hg -R ~/src/docs.stevelosh.com push upstream + hg -R ~/src/docs.stevelosh.com push