Skip to content

Commit

Permalink
Unfuck the makefile for doc publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
sjl committed Oct 8, 2016
1 parent e19a4af commit d8fe6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -16,6 +16,6 @@ site/build/index.html: $(docfiles)

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

0 comments on commit d8fe6a0

Please sign in to comment.