Update the `publish` Makefile target to try to generate better indexes

This commit is contained in:
R. Tyler Croy 2011-05-21 21:10:01 -07:00
parent ccaf314c08
commit 7db5640731
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
all:
echo ">> Building the site"
jekyll && notify-send "Site rebuilt!"
publish: all
publish:
jekyll --lsi && notify-send "Site rebuilt and reindexed!"
rsync -acvz --delete _site/ clam:www.unethicalblogger.com/htdocs/
notify-send "Site deployed!"