From 49eced03ba25b912cc403b0f48634b127e9b74d0 Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 25 Apr 2009 18:23:56 +0000 Subject: [PATCH] docs: updated build_html.sh git-svn-id: trunk@19622 - --- docs/html/build_html.sh | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/docs/html/build_html.sh b/docs/html/build_html.sh index e0399a8847..df6f0c3b36 100755 --- a/docs/html/build_html.sh +++ b/docs/html/build_html.sh @@ -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.