mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-02 22:43:41 +02:00
15 lines
178 B
Bash
Executable File
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.
|
|
|