mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 03:16:58 +00:00
Generate README.html from README.md in dist.sh.
This commit is contained in:
parent
5e94f9193c
commit
1c24de00a8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user