Skip to content

Commit

Permalink
fix Makefile to build html before rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Jun 26, 2012
1 parent 4317018 commit f6792e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -19,7 +19,7 @@ DROPBOX_DIR=~/Dropbox/Public/

all: html

update:
update: html
rsync -av output/ t@vallista:ivory/blog

help:
Expand Down

0 comments on commit f6792e0

Please sign in to comment.