docs: updated build_html.sh

git-svn-id: trunk@19622 -
This commit is contained in:
mattias 2009-04-25 18:23:56 +00:00
parent 647d09915b
commit 49eced03ba

View File

@ -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.