mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-29 17:04:28 +02:00
15 lines
164 B
Bash
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.
|
|
|