mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-29 11:02:44 +02:00
docs: updated build_html.sh
git-svn-id: trunk@19622 -
This commit is contained in:
parent
647d09915b
commit
49eced03ba
@ -1,14 +1,10 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
|
# Builds all Lazarus docs and pack them in one .chm file
|
||||||
#
|
#
|
||||||
# Author: Mattias Gaertner
|
# Notes:
|
||||||
#
|
#
|
||||||
# Creates the whole HTML output for Lazarus
|
# Before running this file, first compile the project build_lcl_docs.lpi
|
||||||
|
#
|
||||||
|
./build_lcl_docs --outfmt html
|
||||||
|
|
||||||
set -x
|
|
||||||
set -e
|
|
||||||
|
|
||||||
sh ./build_lcl_html.sh $@
|
|
||||||
sh ./build_gtkintf_html.sh $@
|
|
||||||
|
|
||||||
# end.
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user