# HG changeset patch # User Steve Losh # Date 1475932130 0 # Node ID 61fde9091c136fc7ae061877e8d603d0bdb3c134 # Parent 04114f5e102d72e6715806c8f925ba1b0d742c6f Unfuck the makefile for doc publishing diff -r 04114f5e102d -r 61fde9091c13 Makefile --- a/Makefile Sat Oct 08 13:06:44 2016 +0000 +++ b/Makefile Sat Oct 08 13:08:50 2016 +0000 @@ -16,6 +16,6 @@ pubdocs: site/build/index.html hg -R ~/src/sjl.bitbucket.org pull -u - rsync --delete -az . ~/src/sjl.bitbucket.org/splice.vim + rsync --delete -az site/build/ ~/src/sjl.bitbucket.org/splice.vim hg -R ~/src/sjl.bitbucket.org commit -Am 'splice.vim: Update site.' hg -R ~/src/sjl.bitbucket.org push