Generate README.html from README.md in dist.sh.

This commit is contained in:
David Capello 2012-05-20 11:32:13 -03:00
parent 5e94f9193c
commit 1c24de00a8

View File

@ -72,12 +72,18 @@ if [ ! -f $distdir-win32.zip ] ; then
def_common_files .
mkdir "$dir/$distdir-win32"
# Generate README.html
pandoc README.md -o README.html
# For Allegro dll / C Runtime dll
#cp -r --parents $txt_files $bin_files aseprite.exe alleg44.dll msvcr90.dll "$dir/$distdir-win32"
# For Allegro static / static C runtime dll (use /MT to compile Allegro)
cp -r --parents $txt_files $bin_files aseprite.exe "$dir/$distdir-win32"
# Remove README.html
rm README.html
cd "$dir"
def_common_files $distdir-win32
$zip -l $distdir-win32.zip $txt_files