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,8 @@ tar czf "$cdrskin_tarball" "$target"
fi
# "$compile_cmd" -libburn_svn -O2 -do_diet -do_strip
# cp "$compile_result" "../$bintarget_dynamic"_diet
( cd cdrskin ; cc -g -Wall -o unite_html_b_line unite_html_b_line.c )
"$man_to_html_cmd"
mv "$man_page_html" ..
)