From 62cd430a5ba6b4822ff1d0dca42b51cbe929fc80 Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 10 Oct 2017 13:54:04 +0000 Subject: [PATCH] docs: hints about rtl.xct git-svn-id: trunk@56017 - --- docs/html/README.txt | 1 + docs/html/build_html.sh | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/html/README.txt b/docs/html/README.txt index 8743925c96..f1d761a676 100644 --- a/docs/html/README.txt +++ b/docs/html/README.txt @@ -11,6 +11,7 @@ documentation. Build build_lcl_docs.lpi ../../lazbuild build_lcl_docs.lpi +./build_lcl_docs --fpdoc /path/to/fpc/trunk/fpdoc --fpcdocs=../chm --outfmt chm For Windows: diff --git a/docs/html/build_html.sh b/docs/html/build_html.sh index df6f0c3b36..bd08285f01 100755 --- a/docs/html/build_html.sh +++ b/docs/html/build_html.sh @@ -5,6 +5,8 @@ # # Before running this file, first compile the project build_lcl_docs.lpi # -./build_lcl_docs --outfmt html +# In order to link to RTL and FCL, place rtl.xct and fcl.xct in ../chm/ +# +./build_lcl_docs --fpcdocs=../chm --outfmt html