lazarus/docs/html/build_html.sh
2008-04-25 10:52:13 +00:00

15 lines
178 B
Bash
Executable File

#!/usr/bin/env bash
#
# Author: Mattias Gaertner
#
# Creates the whole HTML output for Lazarus
set -x
set -e
sh ./update_lcl_html.sh $@
sh ./update_gtkintf_html.sh $@
# end.