Added to cdrskin standalone scripts a compile run for unite_html_b_line.c

This commit is contained in:
2018-09-15 13:48:46 +02:00
parent ef3609e021
commit c2bcf78c81
3 changed files with 11 additions and 1 deletions

View File

@ -229,6 +229,7 @@ tar czf "$cdrskin_tarball" "$target"
"$compile_cmd" $compile_static_opts -O2 -do_strip
cp "$compile_result" "../$bintarget_static"
fi
( cd cdrskin ; cc -g -Wall -o unite_html_b_line unite_html_b_line.c )
"$man_to_html_cmd"
mv "$man_page_html" ..
)