mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-17 03:42:37 +02:00
15 lines
172 B
Bash
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.
|
|
|