Fix the index update process

This commit is contained in:
Donald Ephraim Curtis 2012-01-21 15:18:52 -06:00
parent 19f511cac7
commit 9a2e1225c9

2
melpa
View file

@ -44,7 +44,7 @@ function melpa_sync {
function melpa_generate_html {
echo "*** Building webpage..."
cd webpage || return 1
erb index.erb
erb index.erb > index.md
pandoc -s --mathml -t html --smart index.md > index.html
cd ..
echo