lazarus/docs/html/update_html.sh
mattias f3f1cc765e added scripts to create html docs
git-svn-id: trunk@4305 -
2003-06-24 10:52:13 +00:00

15 lines
164 B
Bash

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