lazarus/docs/html/build_html.sh
vincents 0582d72087 docs: fixed script names in doc building script
git-svn-id: trunk@14966 -
2008-04-25 11:10:51 +00:00

15 lines
176 B
Bash
Executable File

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