61fde9091c13 v1.1.0

Unfuck the makefile for doc publishing
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 08 Oct 2016 13:08:50 +0000
parents 04114f5e102d
children 287437b3bb6c
branches/tags v1.1.0
files Makefile

Changes

--- 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