lazarus/docs/html/update_html.sh
micha c3fada6d57 win64 fixes (from peter, modified)
git-svn-id: trunk@9222 -
2006-05-01 21:47:48 +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.