From c74ef3855c7fc86104d03dbbce0079492ed11fe7 Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 13 Apr 2019 11:17:26 +0000 Subject: [PATCH] docs: reame: add footer git-svn-id: branches/fixes_2_0@60959 - --- docs/html/README.txt | 2 +- docs/html/build_chm.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/html/README.txt b/docs/html/README.txt index 9d932e8722..c26885dac9 100644 --- a/docs/html/README.txt +++ b/docs/html/README.txt @@ -11,7 +11,7 @@ documentation. Build build_lcl_docs.lpi ../../lazbuild build_lcl_docs.lpi -./build_lcl_docs --fpdoc /path/to/fpc/trunk/utils/fpdoc/fpdoc --fpcdocs=../chm --outfmt chm +./build_lcl_docs --fpdoc /path/to/fpc/trunk/utils/fpdoc/fpdoc --fpcdocs=../chm --outfmt chm --footer locallclfooter.xml For Windows: diff --git a/docs/html/build_chm.sh b/docs/html/build_chm.sh index 572372c592..1a0b0f1302 100755 --- a/docs/html/build_chm.sh +++ b/docs/html/build_chm.sh @@ -2,7 +2,7 @@ # Builds all Lazarus docs and pack them in one .chm file # ../../lazbuild build_lcl_docs.lpi -./build_lcl_docs --outfmt chm +./build_lcl_docs --outfmt chm --fpcdocs=../chm --footer locallclfooter.xml # Build with links to RTL+FCL #./build_lcl_docs --fpcdocs ../chm/ --footer locallclfooter.xml --outfmt chm