From 1c24de00a8a8fbda172214bcacf8f30666155309 Mon Sep 17 00:00:00 2001 From: David Capello Date: Sun, 20 May 2012 11:32:13 -0300 Subject: [PATCH] Generate README.html from README.md in dist.sh. --- misc/dist.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/misc/dist.sh b/misc/dist.sh index 8f39193a6..6d85a2560 100644 --- a/misc/dist.sh +++ b/misc/dist.sh @@ -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