lazarus/docs/html/update_html.sh
mattias c8759cbc2e updated fpdoc sceletons for lcl and gtk intf
git-svn-id: trunk@6316 -
2004-12-01 16:17:18 +00:00

15 lines
178 B
Bash

#!/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.