lazarus/docs/html/update_html.sh
mattias 4dda95ce6e made scripts posix
git-svn-id: trunk@4557 -
2003-09-02 21:11:58 +00:00

15 lines
172 B
Bash

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