sync all files in the html directory in build script

fixes #586
This commit is contained in:
Donald Curtis 2013-03-15 06:58:16 -07:00
parent 925b658d4c
commit eaea2c7da3

View file

@ -33,7 +33,7 @@ function melpa {
make 1>> ${MELPASTDOUT} 2>> ${STDERR}
## sync to the web directory
rsync -avz --delete ${MELPADIR}/packages ${MELPADIR}/html/{index.html,updates.rss,highlight.pack.js,style.css,styles,languages} ${WEBROOT}/ 1>> ${STDOUT} 2>> ${STDERR}
rsync -avz --delete ${MELPADIR}/packages ${MELPADIR}/html/* ${WEBROOT}/ 1>> ${STDOUT} 2>> ${STDERR}
chmod -R go+r ${WEBROOT}/packages/*
chmod -R go-x ${WEBROOT}/packages/*