Don't pack.

This commit is contained in:
Zhang Huangbin 2014-10-11 01:53:03 +08:00
parent 7a3495f473
commit dedbbeeedd
2 changed files with 5 additions and 3 deletions

View File

@ -46,7 +46,7 @@ all_chapter_dirs="installation \
# - summary: _summary.md
echo "* Documents are all licensed under [Creative Commons](http://creativecommons.org/)." > ${INDEX_MD}
echo "* Documents are all licensed under [Creative Commons](http://creativecommons.org/)." > ${README_MD}
echo "* We're migrating [old wiki documents](http://www.iredmail.org/wiki) to Markdown for easier maintenance, converted documents are available [here](https://bitbucket.org/zhb/docs.iredmail.org/src). [Download all documents](iredmail-docs.tar.bz2) (HTML) for offline reading." >> ${INDEX_MD}
echo "* We're migrating [old wiki documents](http://www.iredmail.org/wiki) to Markdown for easier maintenance, converted documents are available [here](https://bitbucket.org/zhb/docs.iredmail.org/src)." >> ${INDEX_MD}
for chapter_dir in ${all_chapter_dirs}; do
# Get articles
@ -154,7 +154,9 @@ if echo "$@" | grep -q -- '--sync-local'; then
# Copy to iredmail.com/docs/
rm -rf /Volumes/STORAGE/Dropbox/Backup/iredmail.com/docs/*
cp -rf html/* /Volumes/STORAGE/Dropbox/Backup/iredmail.com/docs/
cp -f ${PACK_TAR_NAME} /Volumes/STORAGE/Dropbox/Backup/iredmail.com/docs/
if [ -f ${PACK_TAR_NAME} ]; then
cp -f ${PACK_TAR_NAME} /Volumes/STORAGE/Dropbox/Backup/iredmail.com/docs/
fi
rm -f ${PACK_TAR_NAME}
fi

View File

@ -10,7 +10,7 @@
<a href="http://www.iredmail.org" target="_blank">iRedMail web site</a>
</div><ul>
<li>Documents are all licensed under <a href="http://creativecommons.org/">Creative Commons</a>.</li>
<li>We're migrating <a href="http://www.iredmail.org/wiki">old wiki documents</a> to Markdown for easier maintenance, converted documents are available <a href="https://bitbucket.org/zhb/docs.iredmail.org/src">here</a>. <a href="iredmail-docs.tar.bz2">Download all documents</a> (HTML) for offline reading.</li>
<li>We're migrating <a href="http://www.iredmail.org/wiki">old wiki documents</a> to Markdown for easier maintenance, converted documents are available <a href="https://bitbucket.org/zhb/docs.iredmail.org/src">here</a>.</li>
</ul>
<h3 id="install-iredmail">Install iRedMail</h3>
<ul>